Skip to content

Commit

Permalink
change expected value
Browse files Browse the repository at this point in the history
  • Loading branch information
aureamunoz committed Dec 14, 2023
1 parent 96d19ad commit b430cd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ void shouldSayHelloName() {
.get("/helper/stork")
.then()
.statusCode(200)
.body(equalTo("Hello, stork/stork"));
.body(equalTo("Hello, stork%2Fstork"));
}
}

0 comments on commit b430cd3

Please sign in to comment.