Commit 9eecd43a by Arjun Singh

Fix jump to courseware test to expect a redirect

parent b5b93cad
...@@ -218,7 +218,7 @@ class PageLoader(ActivateLoginTestCase): ...@@ -218,7 +218,7 @@ class PageLoader(ActivateLoginTestCase):
'location': descriptor.location.url()})) 'location': descriptor.location.url()}))
msg = str(resp.status_code) msg = str(resp.status_code)
if resp.status_code != 200: if resp.status_code != 302:
msg = "ERROR " + msg msg = "ERROR " + msg
all_ok = False all_ok = False
num_bad += 1 num_bad += 1
......
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