trying to catch intermittent test failure

This commit is contained in:
Greg Wilkins 2014-09-03 15:00:40 +10:00
parent 0a2aeb54a1
commit e03b511415
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ public class ProxyServletTest
.timeout(5, TimeUnit.SECONDS)
.send();
Assert.assertEquals("OK", response.getReason());
Assert.assertEquals(200, response.getStatus());
Assert.assertTrue(response.getHeaders().containsKey(PROXIED_HEADER));
}