Commit 2629b48d by polesye

Fix unit test.

parent 2c27c424
......@@ -159,7 +159,7 @@ class ModuleRenderTestCase(ModuleStoreTestCase, LoginEnrollmentTestCase):
]
)
response = self.client.post(dispatch_url, {'position': 2})
self.assertEquals(403, response.status_code)
self.assertEquals(401, response.status_code)
@override_settings(MODULESTORE=TEST_DATA_MIXED_MODULESTORE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment