Skip to content

Commit

Permalink
make test cross-platform compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley committed Dec 12, 2024
1 parent 49fd185 commit b324a9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ class JsonControllerSpec extends Specification {
def response = new URL("http://localhost:$serverPort/json/index").getText()

then:
response == '\n<html><head><title></title></head><body>Testing</body></html>'
response.contains('<html><head><title></title></head><body>Testing</body></html>')
}
}

0 comments on commit b324a9e

Please sign in to comment.