Update the API to use new naming matching database.

This commit is contained in:
Leo Vasanko
2026-01-27 02:22:29 +00:00
parent db104d762b
commit 2413a32bda
12 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ class TestSetSessionEndpoint:
)
assert response.status_code == 200
data = response.json()
assert "user_uuid" in data
assert "user" in data
# Check that Set-Cookie header is present
assert "set-cookie" in response.headers