Rename plain_server.rest to plain_server.http

This commit is contained in:
dotasek
2023-05-09 16:26:31 -04:00
committed by GitHub
parent d47d048a4f
commit f1765a314f

View File

@@ -220,4 +220,4 @@ POST http://{{host}}/fhir/Patient/{{batch_patient_id}}/$validate
const resourceType = response.body.resourceType;
client.assert(resourceType === "OperationOutcome", "Expected 'OperationOutcome' but received '" + resourceType + "'");
});
%}
%}