Fix test
This commit is contained in:
parent
9eec62c31b
commit
68d37e4f8e
|
|
@ -14,7 +14,7 @@ class CompetenceAPITestCase(APITestCase):
|
|||
self.client.login(username="admin", password="test")
|
||||
|
||||
def test_get_compentence_page(self):
|
||||
slug = "test-lehrgang-competencenavi-competence"
|
||||
slug = "test-lehrgang-competencenavi-competences"
|
||||
competence_profile = ActionCompetenceListPage.objects.get(slug=slug)
|
||||
response = self.client.get(f"/api/course/page/{slug}/")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue