Skip to content

Commit

Permalink
test: fixup failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharis278 committed Nov 3, 2023
1 parent 503f23c commit e7eb8e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions edx_exams/apps/lti/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,9 @@ def test_lti_launch(self, mock_create_launch_url):
resource_link_id=self.exam.resource_id,
external_user_id=str(self.course_staff_user.anonymous_user_id),
context_id=self.exam.course_id,
custom_parameters={
'roster_url': 'http://test.exams:18740/lti/exam/1/instructor_tool/roster',
}
)
)
self.assertEqual(response.status_code, 302)
Expand Down

0 comments on commit e7eb8e5

Please sign in to comment.