fix: change target url for notification

This commit is contained in:
Livio Bieri 2024-03-14 10:46:52 +01:00
parent 58ee450014
commit 04d05eb5c5
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ class AttendanceCourseUserMutationTestCase(GraphQLTestCase):
self.course_session, self.course_session,
) )
self.assertTrue( 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 # second submit will fail