Skip to content
Snippets Groups Projects
Commit 059fc5e8 authored by David Ormsbee's avatar David Ormsbee
Browse files

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

Fix jump to courseware test to expect a redirect
parents b5b93cad 9eecd43a
Branches
Tags
No related merge requests found
......@@ -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
......
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