Fixing testcase expectation
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
8ff02018ef
commit
525fc249ea
|
@ -110,7 +110,7 @@ public class TestJettyOSGiBootWithAnnotations
|
|||
assertEquals("Response status code", HttpStatus.OK_200, response.getStatus());
|
||||
|
||||
String content = response.getContentAsString();
|
||||
TestOSGiUtil.assertContains("Response contents", content, "Test WebApp");
|
||||
TestOSGiUtil.assertContains("Response contents", content, "Test Specification WebApp");
|
||||
|
||||
Request req = client.POST("http://127.0.0.1:" + port + "/test");
|
||||
response = req.send();
|
||||
|
|
Loading…
Reference in New Issue