mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +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")
|
response = Unirest.get("http://localhost:" + PORT + "/protected-served-by-process/foo.html")
|
||||||
.asString();
|
.asString();
|
||||||
assertEquals(200, response.getStatus());
|
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