fix: change target url for notification
This commit is contained in:
parent
58ee450014
commit
04d05eb5c5
|
|
@ -222,7 +222,7 @@ class AttendanceCourseUserMutationTestCase(GraphQLTestCase):
|
|||
self.course_session,
|
||||
)
|
||||
self.assertTrue(
|
||||
f"/course/test-lehrgang/cockpit/assignment" in notification.target_url
|
||||
f"/course/test-lehrgang/assignment-evaluation" in notification.target_url
|
||||
)
|
||||
|
||||
# second submit will fail
|
||||
|
|
|
|||
Loading…
Reference in New Issue