diff options
| author | Frederick Muriuki Muriithi | 2026-06-22 12:54:53 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-06-22 12:54:53 -0500 |
| commit | 47a107c26cd7842379c457a56de9fce0963caf81 (patch) | |
| tree | 3eb5fe1d9b46e7f6ab97879d08bd2649e91bebd4 | |
| parent | 1eeef7b540944a913fbaf3528588e64f96ce2f95 (diff) | |
| download | gn-integration-tests-47a107c26cd7842379c457a56de9fce0963caf81.tar.gz | |
Remove misplaced mark.
| -rw-r--r-- | tests/test_gn_auth_smoke.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_gn_auth_smoke.py b/tests/test_gn_auth_smoke.py index 7dd9645..4ff067a 100644 --- a/tests/test_gn_auth_smoke.py +++ b/tests/test_gn_auth_smoke.py @@ -194,7 +194,6 @@ class TestDataAuthorisation: # GET /auth/system/roles (with valid token — Phase 2) # --------------------------------------------------------------------------- -@pytest.mark.auth_flow class TestSystemRolesAuthenticated: def test_returns_200_with_token(self, gn_auth_url, http, access_token): resp = http.get( |
