Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qasimgulzar committed Sep 27, 2024
1 parent 37a8a5a commit 2fcd826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/features/content_type_gating/tests/test_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 2fcd826

Please sign in to comment.