Final changes

This commit is contained in:
souradeepsaha 2023-06-05 12:24:27 -04:00
parent 8d9b60751f
commit bdd3fd0d50
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ public class ConsentInterceptorTest {
patientA.addIdentifier().setSystem("SYSTEM").setValue("VALUEA");
ourPatientProvider.store(patientA);
when(myConsentSvc.willSeeResource(any(), any(), any())).thenReturn(ConsentOutcome.PROCEED);
when(myConsentSvc.willSeeResource(any(), any(), any())).thenReturn(ConsentOutcome.FORBID);
HttpGet httpGet = new HttpGet("http://localhost:" + myPort + "/Patient/PT-1-0");