Fix broken test due to the permissions change
This commit is contained in:
parent
63504c87fb
commit
508bc10a58
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue