cryptography build prevention + increase build timeouts + test cleanup

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
Jokob @NetAlertX
2025-12-07 22:26:44 +00:00
committed by GitHub
parent 6ba48e499c
commit c38da9db0b
3 changed files with 4 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ def test_graphql_debug_get(client):
def test_graphql_post_unauthorized(client):
"""POST /graphql without token should return 401"""
"""POST /graphql without token should return 403"""
query = {"query": "{ devices { devName devMac } }"}
resp = client.post("/graphql", json=query)
assert resp.status_code == 403