From 896c8fbd4f928b909c791ba00ca4c8958ff51ac5 Mon Sep 17 00:00:00 2001 From: Nick Goupinets Date: Thu, 29 Apr 2021 17:25:06 -0400 Subject: [PATCH] Code review --- .../validation/address/AddressValidatingInterceptorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapi-fhir-structures-r4/src/test/java/ca/uhn/fhir/rest/server/interceptor/validation/address/AddressValidatingInterceptorTest.java b/hapi-fhir-structures-r4/src/test/java/ca/uhn/fhir/rest/server/interceptor/validation/address/AddressValidatingInterceptorTest.java index 355d9fd53d3..da7e98fbdcd 100644 --- a/hapi-fhir-structures-r4/src/test/java/ca/uhn/fhir/rest/server/interceptor/validation/address/AddressValidatingInterceptorTest.java +++ b/hapi-fhir-structures-r4/src/test/java/ca/uhn/fhir/rest/server/interceptor/validation/address/AddressValidatingInterceptorTest.java @@ -49,7 +49,7 @@ class AddressValidatingInterceptorTest { @Test @Disabled - public void testReal() { + public void testValidationCallAgainstLiveLoquateEndpoint() { Properties config = new Properties(); config.setProperty(PROPERTY_VALIDATOR_CLASS, LoquateAddressValidator.class.getCanonicalName()); config.setProperty(PROPERTY_SERVICE_KEY, "KR26-JA29-HB16-PA11"); // Replace with a real key when testing