Skip to content
Snippets Groups Projects
Commit 7359ca4f authored by Ned Batchelder's avatar Ned Batchelder
Browse files

Is this right? It fixes two tests

parent fdd66e53
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ class GradingPolicyTestMixin(object):
"""
The view should return HTTP status 401 if user is unauthenticated.
"""
self.assert_get_for_course(expected_status_code=401, HTTP_AUTHORIZATION=None)
self.assert_get_for_course(expected_status_code=401, HTTP_AUTHORIZATION="")
def test_staff_authorized(self):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment