Skip to content

Commit 1931ff8

Browse files
committed
VED-457: fix e-tag2
1 parent 5886156 commit 1931ff8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

e2e/test_create_immunization.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ def test_non_unique_identifier(self):
5656

5757
# Check that duplice CREATE request is rejected after the event is updated then deleted then reinstated
5858
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)
6159
self.default_imms_api.update_immunization(imms_id, imms, headers={"E-Tag": str(etag_version)})
6260
res = self.default_imms_api.get_immunization_by_id(imms_id)
6361
self.assertEqual(res.status_code, 200)

0 commit comments

Comments
 (0)