Skip to content

Commit

Permalink
fix: Removing old implementation from the testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JackSteele24 authored and becdavid committed Jun 6, 2024
1 parent 38b4ff0 commit 91f539d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/djangoapps/course_home_api/outline/tests/test_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def test_assignment(self):
assert response.status_code == 200

exam_data = response.data['course_blocks']['blocks'][str(sequential.location)]
assert exam_data['display_name'] == 'Test (2 Questions)'
assert exam_data['display_name'] == 'Test'
assert exam_data['icon'] == 'fa-pencil-square-o'

ungraded_data = response.data['course_blocks']['blocks'][str(sequential2.location)]
Expand Down

0 comments on commit 91f539d

Please sign in to comment.