Small fixes to LMS unit 1 failures in Django 1.11 tests
This commit is contained in:
@@ -248,6 +248,7 @@ class ModuleRenderTestCase(SharedModuleStoreTestCase, LoginEnrollmentTestCase):
|
||||
)
|
||||
|
||||
# Verify that handle ajax is called with the correct data
|
||||
request.POST._mutable = True
|
||||
request.POST['queuekey'] = fake_key
|
||||
self.mock_module.handle_ajax.assert_called_once_with(self.dispatch, request.POST)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user