Skip to content

Commit

Permalink
Change expected extension attribute in bean validation test
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolysiou authored and jmartisk committed Oct 2, 2024
1 parent b36d386 commit 7721b65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void queryShouldFail() {
.then()
.log().body()
.assertThat()
.body("errors[0].extensions.\"violation.message\"",
.body("errors[0].extensions.violations[0].message",
containsString("size must be between 4 and 2147483647"))
.body("data.sayHello", nullValue());
}
Expand Down

0 comments on commit 7721b65

Please sign in to comment.