diff --git a/search-service/src/test/kotlin/com/egm/stellio/search/entity/web/EntityHandlerTests.kt b/search-service/src/test/kotlin/com/egm/stellio/search/entity/web/EntityHandlerTests.kt index 0a22221f5..8f10dd1b7 100644 --- a/search-service/src/test/kotlin/com/egm/stellio/search/entity/web/EntityHandlerTests.kt +++ b/search-service/src/test/kotlin/com/egm/stellio/search/entity/web/EntityHandlerTests.kt @@ -348,7 +348,7 @@ class EntityHandlerTests { val jsonLdFile = ClassPathResource("/ngsild/aquac/breedingService.jsonld") webClient.post() - .uri("/ngsi-ld/v1/entities?via=true") + .uri("/ngsi-ld/v1/entities?Via=true") .bodyValue(jsonLdFile) .exchange() .expectStatus().isEqualTo(501) @@ -356,7 +356,7 @@ class EntityHandlerTests { """ { "type": "https://uri.etsi.org/ngsi-ld/errors/NotImplemented", - "title": "The ['Via'] parameters have not been implemented yet. Accepted query parameters are 'local' ", + "title": "The ['Via'] parameters have not been implemented yet. Accepted query parameters are 'local'. ", "detail": "$DEFAULT_DETAIL" } """.trimIndent()