fix user data tests

This commit is contained in:
DSeeLP 2025-04-06 20:07:27 +02:00
parent 03d95f6d41
commit c7c96a3595

View File

@ -23,7 +23,7 @@ HTTP 200
[Asserts]
jsonpath "$" == null
POST {{host}}/api/users/@me/data/test
PUT {{host}}/api/users/@me/data/test
Authorization: Bearer {{token}}
{
"hello": "world"
@ -46,7 +46,7 @@ jsonpath "$" isCollection
jsonpath "$" count == 1
jsonpath "$[0]" == "test"
POST {{host}}/api/users/@me/data/test
PUT {{host}}/api/users/@me/data/test
Authorization: Bearer {{token}}
null
HTTP 200