Skip to content

Commit

Permalink
update upcheck AT to ensure it accepts text content type
Browse files Browse the repository at this point in the history
  • Loading branch information
jframe committed Aug 31, 2023
1 parent b5c29c7 commit 7ed735c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ void upcheckOnCorrectPortRespondsWithOK() {

given()
.baseUri(signer.getUrl())
.accept(ContentType.TEXT)
.get("/upcheck")
.then()
.statusCode(200)
Expand Down

0 comments on commit 7ed735c

Please sign in to comment.