api layer v0.2.6 - /events work

This commit is contained in:
jokob-sk
2025-08-21 21:16:34 +10:00
parent 39c556576c
commit 2d11d3dd3e
4 changed files with 23 additions and 12 deletions

View File

@@ -65,7 +65,6 @@ def test_graphql_post_devices(client, api_token):
assert resp.status_code == 200
body = resp.get_json()
# print("FULL RESPONSE:", body)
# GraphQL spec: response always under "data"
assert "data" in body