diff --git a/openedx/features/content_type_gating/tests/test_access.py b/openedx/features/content_type_gating/tests/test_access.py index 9d4ce4be7c49..32ddef303c50 100644 --- a/openedx/features/content_type_gating/tests/test_access.py +++ b/openedx/features/content_type_gating/tests/test_access.py @@ -545,7 +545,7 @@ def test_access_expired_upgrade_deadline(self): ) @ddt.data( - ('problem', 'graded_problem', 'audit', 404), + ('problem', 'graded_problem', 'audit', 403), ('problem', 'graded_problem', 'verified', 200), ('problem', 'ungraded_problem', 'audit', 200), ('problem', 'ungraded_problem', 'verified', 200),