From c1b51d324d7b51a1b4536c130a2f3abd5a311a92 Mon Sep 17 00:00:00 2001 From: herman Date: Fri, 30 Jun 2023 21:25:31 +0300 Subject: [PATCH] make changes after reviews --- .../r4/EncounterFhirResourceProviderIntegrationTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/src/test/java/org/openmrs/module/fhir2/providers/r4/EncounterFhirResourceProviderIntegrationTest.java b/integration-tests/src/test/java/org/openmrs/module/fhir2/providers/r4/EncounterFhirResourceProviderIntegrationTest.java index c31807cad..47e43a7a0 100644 --- a/integration-tests/src/test/java/org/openmrs/module/fhir2/providers/r4/EncounterFhirResourceProviderIntegrationTest.java +++ b/integration-tests/src/test/java/org/openmrs/module/fhir2/providers/r4/EncounterFhirResourceProviderIntegrationTest.java @@ -53,12 +53,12 @@ public class EncounterFhirResourceProviderIntegrationTest extends BaseFhirR4Inte private static final String MEDICATION_REQUEST_QUERY_INITIAL_DATA_XML = "org/openmrs/module/fhir2/api/dao/impl/FhirEncounterDaoImplTest_initial_data.xml"; // not loaded for all tests + private static final String JSON_MERGE_PATCH_ENCOUNTER_PATH = "org/openmrs/module/fhir2/providers/Encounter_patch.json"; + private static final String JSON_PATCH_ENCOUNTER_PATH = "org/openmrs/module/fhir2/providers/Encounter_json_patch.json"; private static final String ENCOUNTER_JSON_CREATE_ENCOUNTER_PATH = "org/openmrs/module/fhir2/providers/EncounterWebTest_create.json"; - private static final String JSON_MERGE_PATCH_ENCOUNTER_PATH = "org/openmrs/module/fhir2/providers/Encounter_patch.json"; - private static final String ENCOUNTER_XML_CREATE_ENCOUNTER_PATH = "org/openmrs/module/fhir2/providers/EncounterWebTest_create.xml"; private static final String VISIT_JSON_CREATE_ENCOUNTER_PATH = "org/openmrs/module/fhir2/providers/VisitWebTest_create.json";