Commit de9c981a by kimth

Merge branch 'master' into kimth/mark-graded

parents ae022b66 059fc5e8
......@@ -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