Fix last_seen update on auth

This commit is contained in:
Zoe Roux
2025-11-09 19:27:15 +01:00
parent 61b38d5b03
commit a95bbcb6eb
4 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ GET {{host}}/users/me
Authorization: Bearer {{jwt}}
HTTP 200
[Captures]
register_info: body
register_id: jsonpath "$.id"
[Asserts]
jsonpath "$.username" == "login-user"
@@ -48,7 +48,7 @@ Authorization: Bearer {{jwt}}
HTTP 200
[Asserts]
jsonpath "$.username" == "login-user"
body == {{register_info}}
jsonpath "$.id" == {{register_id}}
# Invalid password login