Skip to content

Commit

Permalink
Revert Post request to BFD
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnovaae committed Jan 14, 2025
1 parent d913a41 commit 99bb54d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public static void setupBFDClient() throws IOException {

for (String month : CONTRACT_MONTHS) {
MockUtils.createMockServerExpectation(
"/v1/fhir/Patient/",
"/v1/fhir/Patient",
HttpStatus.SC_OK,
getRawJson(SAMPLE_PATIENT_PATH_PREFIX + "/bundle/patientbundle.json"),
List.of(Parameter.param("_has:Coverage.extension",
Expand Down Expand Up @@ -311,4 +311,4 @@ void shouldGetMetadata() {
assertEquals("3.0.1", capabilityStatement.getFhirVersion());
assertEquals(org.hl7.fhir.dstu3.model.Enumerations.PublicationStatus.ACTIVE, capabilityStatement.getStatus());
}
}
}

0 comments on commit 99bb54d

Please sign in to comment.