Fix tests

This commit is contained in:
James Agnew 2015-09-11 16:27:48 -04:00
parent 08d4ebddb7
commit e2bc9336f9
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}