diff --git a/hapi-fhir-jpaserver-example/src/test/java/ca/uhn/fhir/jpa/demo/ExampleServerIT.java b/hapi-fhir-jpaserver-example/src/test/java/ca/uhn/fhir/jpa/demo/ExampleServerIT.java index d9f0c5a0d7e..452503162dc 100644 --- a/hapi-fhir-jpaserver-example/src/test/java/ca/uhn/fhir/jpa/demo/ExampleServerIT.java +++ b/hapi-fhir-jpaserver-example/src/test/java/ca/uhn/fhir/jpa/demo/ExampleServerIT.java @@ -71,7 +71,7 @@ public class ExampleServerIT { ourCtx.getRestfulClientFactory().setServerValidationMode(ServerValidationModeEnum.NEVER); ourCtx.getRestfulClientFactory().setSocketTimeout(1200 * 1000); - ourClient = ourCtx.newRestfulGenericClient("http://localhost:" + ourPort + "/base"); + ourClient = ourCtx.newRestfulGenericClient("http://localhost:" + ourPort + "/baseDstu2"); ourClient.registerInterceptor(new LoggingInterceptor(true)); }