Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge smoke testing docker updates to release tracking branch #536

Closed
Closed
Prev Previous commit
Next Next commit
Rename plain_server.rest to plain_server.http
  • Loading branch information
dotasek committed May 9, 2023
commit f1765a314f197a9234966ffb72c27aa93e29a886
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ POST http:https://{{host}}/fhir/Patient/{{batch_patient_id}}/$validate
const resourceType = response.body.resourceType;
client.assert(resourceType === "OperationOutcome", "Expected 'OperationOutcome' but received '" + resourceType + "'");
});
%}
%}
Loading