We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea4794 commit d9840c3Copy full SHA for d9840c3
src/test/smoketest/plain_server.http
@@ -87,7 +87,6 @@ Content-Type: application/json
87
});
88
const batch_patient_location = response.body.entry[0].response.location;
89
const indexOfHistory = batch_patient_location.lastIndexOf("/_history");
90
- client.log("Batch Patient Location: " + batch_patient_location);
91
var trimmed_location = batch_patient_location.substring(0, indexOfHistory);
92
trimmed_location = trimmed_location.replace("Patient/", "")
93
client.global.set("batch_patient_id", trimmed_location);
0 commit comments