mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
And fixed a test
This commit is contained in:
@ -291,7 +291,7 @@ class QApplicationJavalinServerTest
|
||||
response = Unirest.get("http://localhost:" + PORT + "/protected-served-by-process/foo.html")
|
||||
.asString();
|
||||
assertEquals(200, response.getStatus());
|
||||
assertEquals("So you've asked for: /protected-served-by-process/foo.html", response.getBody());
|
||||
assertEquals("So you've done a GET for: /protected-served-by-process/foo.html", response.getBody());
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user