From 53aa3c2891678ce976c6fa2a32c8cb156333008f Mon Sep 17 00:00:00 2001 From: Michael Seaton Date: Fri, 20 Dec 2024 15:29:04 -0500 Subject: [PATCH] Reset cached GPs in base fhir integration test --- .../java/org/openmrs/module/fhir2/BaseFhirIntegrationTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/src/test/java/org/openmrs/module/fhir2/BaseFhirIntegrationTest.java b/integration-tests/src/test/java/org/openmrs/module/fhir2/BaseFhirIntegrationTest.java index 0c2dc0b8a..06fe70a90 100644 --- a/integration-tests/src/test/java/org/openmrs/module/fhir2/BaseFhirIntegrationTest.java +++ b/integration-tests/src/test/java/org/openmrs/module/fhir2/BaseFhirIntegrationTest.java @@ -41,6 +41,7 @@ import org.hl7.fhir.instance.model.api.IBaseOperationOutcome; import org.hl7.fhir.instance.model.api.IDomainResource; import org.junit.Before; +import org.openmrs.module.fhir2.api.util.FhirGlobalPropertyHolder; import org.openmrs.module.fhir2.web.servlet.FhirRestServlet; import org.openmrs.web.test.BaseModuleWebContextSensitiveTest; import org.springframework.beans.factory.annotation.Autowired; @@ -86,6 +87,7 @@ public abstract class BaseFhirIntegrationTest