Skip to content

Commit 0a21eb5

Browse files
committed
fixup! feat: add course authoring migration and rollback scripts
1 parent 1753f8e commit 0a21eb5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

openedx_authz/tests/test_migrations.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,6 @@ def test_authz_rollback_course_authoring_command(self, mock_rollback):
907907
self.assertEqual(call_kwargs["delete_after_migration"], True)
908908

909909
@patch("openedx_authz.management.commands.authz_migrate_course_authoring.CourseAccessRole", CourseAccessRole)
910-
@patch("openedx_authz.management.commands.authz_migrate_course_authoring.migrate_legacy_course_roles_to_authz")
911910
def test_authz_migrate_course_authoring_command_no_org_and_courses(self):
912911
"""
913912
Verify that the authz_migrate_course_authoring command raises an error
@@ -918,7 +917,6 @@ def test_authz_migrate_course_authoring_command_no_org_and_courses(self):
918917
call_command("authz_migrate_course_authoring")
919918

920919
@patch("openedx_authz.management.commands.authz_migrate_course_authoring.CourseAccessRole", CourseAccessRole)
921-
@patch("openedx_authz.management.commands.authz_migrate_course_authoring.migrate_legacy_course_roles_to_authz")
922920
def test_authz_migrate_course_authoring_command_with_org_and_courses(self):
923921
"""
924922
Verify that the authz_migrate_course_authoring command raises an error

0 commit comments

Comments
 (0)