gmao/tests/integration/test_setup_admin_access.py
root 358f946c76
Some checks are pending
CI - Tests et Syntax / lint-and-test (push) Waiting to run
Maintient l'accès administrateur au setup
2026-08-14 19:25:53 +00:00

3 lines
178 B
Python

def test_admin_panel_does_not_depend_on_setup_marker(authenticated_client):
response = authenticated_client.get('/setup-wizard/admin')
assert response.status_code == 200