Skip to content

Commit

Permalink
Fix API tests
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Oct 18, 2023
1 parent 1c9d8f0 commit 1dbf66f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"@context": "/api/contexts/Error",
"@id": "/api/errors/400",
"@type": "hydra:Error",
"title": "An error occurred",
"detail": "Token expired.",
"status": 400,
"type": "/errors/400",
"trace": @array@,
"hydra:title": "An error occurred",
"hydra:description": "Token expired.",
"trace": @array@
"hydra:description": "Token expired."
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"@context": "/api/contexts/Error",
"@id": "/api/errors/404",
"@type": "hydra:Error",
"title": "An error occurred",
"detail": "Token not found.",
"status": 404,
"type": "/errors/404",
"trace": @array@,
"hydra:title": "An error occurred",
"hydra:description": "Token not found.",
"trace": @array@
"hydra:description": "Token not found."
}

0 comments on commit 1dbf66f

Please sign in to comment.