Skip to content

Commit

Permalink
use 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 e022dc3 commit 817698a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion backend/api/tests/views/test_school_teacher_invitation.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ class TestSchoolTeacherInvitationViewSet(
):
basename = "school-teacher-invitation"
model_view_set_class = SchoolTeacherInvitationViewSet
fixtures = ["non_school_teacher", "school_1"]
fixtures = [
"non_school_teacher",
"school_1",
"school_1_teacher_invitations",
]
school_admin_teacher_email = "[email protected]"
non_school_teacher_email = "[email protected]"

Expand Down

0 comments on commit 817698a

Please sign in to comment.