Commit 059fc5e8 by David Ormsbee

Merge pull request #610 from MITx/feature/arjun/fix_jump_test

Fix jump to courseware test to expect a redirect
parents b5b93cad 9eecd43a
......@@ -218,7 +218,7 @@ class PageLoader(ActivateLoginTestCase):
'location': descriptor.location.url()}))
msg = str(resp.status_code)
if resp.status_code != 200:
if resp.status_code != 302:
msg = "ERROR " + msg
all_ok = False
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