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 5886156 commit 1931ff8Copy full SHA for 1931ff8
e2e/test_create_immunization.py
@@ -56,8 +56,6 @@ def test_non_unique_identifier(self):
56
57
# Check that duplice CREATE request is rejected after the event is updated then deleted then reinstated
58
imms["id"] = imms_id # Imms fhir resource should include the id for update
59
- etag_version = 2
60
- print("E-Tag being sent:", etag_version)
61
self.default_imms_api.update_immunization(imms_id, imms, headers={"E-Tag": str(etag_version)})
62
res = self.default_imms_api.get_immunization_by_id(imms_id)
63
self.assertEqual(res.status_code, 200)
0 commit comments