fix: actions test

This commit is contained in:
Livio Bieri 2024-03-14 10:40:54 +01:00
parent ea664e01a4
commit 35b8770482
2 changed files with 8 additions and 2 deletions

View File

@ -58,7 +58,6 @@ class AttendanceCourseUserMutationTestCase(GraphQLTestCase):
file.save()
file_id = str(file.id)
file_url = file.url
completion_data_string = json.dumps(
{

View File

@ -50,12 +50,19 @@ class ActionTestCase(TestCase):
# THEN
self.assertEqual(
mentor_actions,
["learning-mentor", "preview", "appointments", "expert-cockpit"],
[
"learning-mentor",
"learning-mentor::guide-members",
"preview",
"appointments",
],
)
self.assertEqual(
participant_actions,
[
"deprecated-mentor",
"learning-mentor",
"learning-mentor::edit-mentors",
"media-library",
"appointments",
"learning-path",