Skip to content

Commit ce99437

Browse files
committed
VED-457: reponse header
1 parent ce573c4 commit ce99437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/test_update_immunization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_update_imms(self):
3131

3232
# Then
3333
self.assertEqual(response.status_code, 200, response.text)
34-
self.assertEqual(response["headers"]["E-Tag"], 2)
34+
self.assertEqual(int(response.headers["E-Tag"]), 2)
3535
self.assertNotIn("Location", response.headers)
3636

3737
def test_update_non_existent_identifier(self):

0 commit comments

Comments
 (0)