fix: test w/ updated url

This commit is contained in:
Livio Bieri 2024-03-14 10:42:35 +01:00
parent 35b8770482
commit 58ee450014
1 changed files with 1 additions and 1 deletions

View File

@ -712,5 +712,5 @@ class SelfEvaluationFeedbackAPI(APITestCase):
self.assertEqual(
provider_url,
f"/course/{_course}/cockpit/mentor/self-evaluation-feedback/{learning_unit.id}",
f"/course/{_course}/learning-mentor/self-evaluation-feedback/{learning_unit.id}",
)