mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-10 06:55:07 +00:00
Fix intermittent test failure
This commit is contained in:
parent
541f318504
commit
eb0a657b62
@ -208,7 +208,7 @@ public class RequestValidatingInterceptorR4Test {
|
||||
ourLog.info("Response was:\n{}", responseContent);
|
||||
|
||||
assertEquals(422, status.getStatusLine().getStatusCode());
|
||||
assertThat(responseContent, containsString("DOCTYPE is disallowed"));
|
||||
assertThat(responseContent, containsString("DOCTYPE"));
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user