From 2fcd82687b70ce7bd1c188e0b6e7d80aa0037fcc Mon Sep 17 00:00:00 2001 From: qasimgulzar Date: Fri, 27 Sep 2024 23:04:03 +0500 Subject: [PATCH] fix: tests --- openedx/features/content_type_gating/tests/test_access.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),