update tests

This commit is contained in:
Joshua 2024-04-11 18:36:18 +02:00
parent b4f841d878
commit dc1290ec04
6 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
"jsonapi": {
"version": "2.0"
},
"included": [
{
"type": "users",
"id": "2",
"attributes": {
"name": "Test"
}
}
]
}

View file

@ -0,0 +1,15 @@
{
"status": 200,
"response": {
"array": [
0,
1,
2,
"4"
],
"object": {
"with": "more details"
}
},
"thisisnew": "wtf"
}

View file

@ -0,0 +1,3 @@
{
"data": 42
}

View file

@ -0,0 +1,4 @@
{
"foo": "bar",
"Fizzy Drink": "Pop"
}

View file

@ -0,0 +1,3 @@
{
"data": "foo-bar"
}