Skip to content

Commit

Permalink
fixed expected status code in empty query test
Browse files Browse the repository at this point in the history
  • Loading branch information
antholeole committed Oct 20, 2022
1 parent 15e5139 commit 0d72c99
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -77,7 +77,7 @@ class MalformedQueryContentTest {
.bodyValue("{ }")
.exchange()
.expectStatus()
.isOk
.isBadRequest
.expectBody()
.json(
"""
Expand Down

0 comments on commit 0d72c99

Please sign in to comment.