We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a141b commit 04de3e7Copy full SHA for 04de3e7
src/test/java/ca/uhn/fhir/jpa/starter/CdsHooksServletIT.java
@@ -88,7 +88,7 @@ void beforeEach() {
88
89
private Boolean hasCdsServices() throws IOException {
90
var response = callCdsServicesDiscovery();
91
- return response.getEntity().getContentLength() > 21 || response.getEntity().isChunked();
+ return response.getEntity().getContentLength() > 25 || response.getEntity().isChunked();
92
}
93
94
private CloseableHttpResponse callCdsServicesDiscovery() {
0 commit comments