diff --git a/test/test_api_security.py b/test/test_api_security.py index 97ec3950d..a6714aa28 100644 --- a/test/test_api_security.py +++ b/test/test_api_security.py @@ -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)