readme cleanup
This commit is contained in:
@@ -17,7 +17,6 @@ from auth.permissions import (
|
||||
is_action_denied,
|
||||
parse_permissions_arg,
|
||||
set_permissions,
|
||||
SERVICE_DENIED_ACTIONS,
|
||||
SERVICE_PERMISSION_LEVELS,
|
||||
)
|
||||
from auth.scopes import (
|
||||
@@ -140,7 +139,6 @@ class TestGetScopesForPermission:
|
||||
assert TASKS_READONLY_SCOPE in scopes
|
||||
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def _reset_permissions_state():
|
||||
"""Ensure each test starts and ends with no active permissions."""
|
||||
|
||||
Reference in New Issue
Block a user