Skip to content

Commit

Permalink
Update search-service/src/test/kotlin/com/egm/stellio/search/temporal…
Browse files Browse the repository at this point in the history
…/web/TemporalEntityHandlerTests.kt

Co-authored-by: Benoit Orihuela <[email protected]>
  • Loading branch information
ranim-n and bobeal authored Jan 6, 2025
1 parent 06b7ec4 commit e89b116
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@ class TemporalEntityHandlerTests : TemporalEntityHandlerTestCommon() {
webClient.get()
.uri(
"/ngsi-ld/v1/temporal/entities/urn:ngsi-ld:Entity:01?" +
"timerel=after&timeAt=2020-01-31T07:31:39Z&options=aggregatedValues," +
"temporalValues&aggrPeriodDuration=PXD3N"
"timerel=after&timeAt=2020-01-31T07:31:39Z&aggrPeriodDuration=P1D&" +
"options=aggregatedValues,temporalValues"
)
.exchange()
.expectStatus().isBadRequest
Expand Down

0 comments on commit e89b116

Please sign in to comment.