Skip to content

Commit

Permalink
fix: apply local on true
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasBousselin committed Jan 27, 2025
1 parent 481c74a commit 166b48c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ class EntityHandlerTests {
"""
{
"type": "https://uri.etsi.org/ngsi-ld/errors/InvalidRequest",
"title": "The ['invalid'] parameters are not allowed on this endpoint. This endpoint does not accept any query parameters. ",
"title": "The ['invalid'] parameters are not allowed on this endpoint. Accepted query parameters are 'local' ",
"detail": "$DEFAULT_DETAIL"
}
""".trimIndent()
Expand All @@ -356,7 +356,7 @@ class EntityHandlerTests {
"""
{
"type": "https://uri.etsi.org/ngsi-ld/errors/NotImplemented",
"title": "The ['Via'] parameters have not been implemented yet. This endpoint does not accept any query parameters. ",
"title": "The ['Via'] parameters have not been implemented yet. Accepted query parameters are 'local' ",
"detail": "$DEFAULT_DETAIL"
}
""".trimIndent()
Expand Down

0 comments on commit 166b48c

Please sign in to comment.