fix: test w/ updated url
This commit is contained in:
parent
35b8770482
commit
58ee450014
|
|
@ -712,5 +712,5 @@ class SelfEvaluationFeedbackAPI(APITestCase):
|
||||||
|
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
provider_url,
|
provider_url,
|
||||||
f"/course/{_course}/cockpit/mentor/self-evaluation-feedback/{learning_unit.id}",
|
f"/course/{_course}/learning-mentor/self-evaluation-feedback/{learning_unit.id}",
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue