From 56fae381f0fd54aba2593983e3153615c1264771 Mon Sep 17 00:00:00 2001 From: anubhavBeehyv <123312249+anubhavBeehyv@users.noreply.github.com> Date: Thu, 14 Sep 2023 12:56:06 +0530 Subject: [PATCH] Update BahmniPatientProfileResourceIT.java --- .../web/v1_0/controller/BahmniPatientProfileResourceIT.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bahmnicore-omod/src/test/java/org/bahmni/module/bahmnicore/web/v1_0/controller/BahmniPatientProfileResourceIT.java b/bahmnicore-omod/src/test/java/org/bahmni/module/bahmnicore/web/v1_0/controller/BahmniPatientProfileResourceIT.java index 0a7db7d4ba..be466a321c 100644 --- a/bahmnicore-omod/src/test/java/org/bahmni/module/bahmnicore/web/v1_0/controller/BahmniPatientProfileResourceIT.java +++ b/bahmnicore-omod/src/test/java/org/bahmni/module/bahmnicore/web/v1_0/controller/BahmniPatientProfileResourceIT.java @@ -42,7 +42,6 @@ public class BahmniPatientProfileResourceIT extends BaseIntegrationTest { private EmrPatientProfileService emrPatientProfileService; private BahmniPatientProfileResource bahmniPatientProfileResource; - private SimpleObject propertiesToCreate; private ClassLoader classLoader; @@ -178,4 +177,4 @@ public void shouldCreatePatientWithMultipleIdentifiers() throws Exception { assertEquals(200, response.getStatusCode().value()); assertEquals(2, ((PatientProfile)response.getBody()).getPatient().getIdentifiers().size()); } -} \ No newline at end of file +}