Skip to content

Commit

Permalink
fix: remove school teacher invitation fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Feb 20, 2024
1 parent 78a0a11 commit c5d4ff9
Showing 1 changed file with 1 addition and 43 deletions.
44 changes: 1 addition & 43 deletions codeforlife/user/fixtures/school_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,47 +108,5 @@
"access_code": "ZZ222",
"teacher": 7
}
},
{
"model": "common.schoolteacherinvitation",
"pk": 1,
"fields": {
"token": "pbkdf2_sha256$260000$hbsAadmrRo744BTM6NofUb$ePs/7vi6sSzOPpiWxNhXMZnNnE7aXOpzIhxrAa/rdiU=",
"school": 2,
"from_teacher": 7,
"invited_teacher_first_name": "Invited",
"invited_teacher_last_name": "Teacher",
"invited_teacher_email": "[email protected]",
"invited_teacher_is_admin": false,
"expiry": "2024-02-09 20:26:08.298402+00:00"
}
},
{
"model": "common.schoolteacherinvitation",
"pk": 2,
"fields": {
"token": "pbkdf2_sha256$260000$hbsAadmrRo744BTM6NofUb$ePs/7vi6sSzOPpiWxNhXMZnNnE7aXOpzIhxrAa/rdiU=",
"school": 2,
"from_teacher": 7,
"invited_teacher_first_name": "Invited",
"invited_teacher_last_name": "Teacher",
"invited_teacher_email": "[email protected]",
"invited_teacher_is_admin": false,
"expiry": "9999-02-09 20:26:08.298402+00:00"
}
},
{
"model": "common.schoolteacherinvitation",
"pk": 3,
"fields": {
"token": "pbkdf2_sha256$260000$hbsAadmrRo744BTM6NofUb$ePs/7vi6sSzOPpiWxNhXMZnNnE7aXOpzIhxrAa/rdiU=",
"school": 2,
"from_teacher": 7,
"invited_teacher_first_name": "Invited",
"invited_teacher_last_name": "Teacher",
"invited_teacher_email": "[email protected]",
"invited_teacher_is_admin": false,
"expiry": "9999-02-09 20:26:08.298402+00:00"
}
}
]
]

0 comments on commit c5d4ff9

Please sign in to comment.