Skip to content

Commit

Permalink
Change expected json schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
jampukka committed Oct 1, 2024
1 parent 57c8186 commit 3efc4ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public void testCollectionsAallonmurtajaQueryables() {

with(response)
//
.assertThat("$['$schema']", equalTo("https://json-schema.org/draft/2019-09/schema"))
.assertThat("$['$schema']", equalTo("https://json-schema.org/draft/2020-12/schema"))
//
.assertThat("$['$id']", equalTo("https://localhost/hakuna/collections/aallonmurtaja/queryables"))
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public void testCollectionsAallonmurtajaQueryables() {

with(response)
//
.assertThat("$['$schema']", equalTo("https://json-schema.org/draft/2019-09/schema"))
.assertThat("$['$schema']", equalTo("https://json-schema.org/draft/2020-12/schema"))
//
.assertThat("$['$id']", equalTo("https://localhost/hakuna/collections/aallonmurtaja/queryables"))
//
Expand Down

0 comments on commit 3efc4ac

Please sign in to comment.