Fix broken test due to the permissions change

This commit is contained in:
Joseph Schorr 2015-01-07 16:31:16 -05:00
parent 63504c87fb
commit 508bc10a58

View file

@ -3576,7 +3576,7 @@ class TestSuperUserLogs(ApiTestCase):
self._set_url(SuperUserLogs)
def test_get_anonymous(self):
self._run_test('GET', 403, None, None)
self._run_test('GET', 401, None, None)
def test_get_freshuser(self):
self._run_test('GET', 403, 'freshuser', None)