fix: actions test
This commit is contained in:
parent
ea664e01a4
commit
35b8770482
|
|
@ -58,7 +58,6 @@ class AttendanceCourseUserMutationTestCase(GraphQLTestCase):
|
|||
file.save()
|
||||
|
||||
file_id = str(file.id)
|
||||
file_url = file.url
|
||||
|
||||
completion_data_string = json.dumps(
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue