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 ce573c4 commit ce99437Copy full SHA for ce99437
e2e/test_update_immunization.py
@@ -31,7 +31,7 @@ def test_update_imms(self):
31
32
# Then
33
self.assertEqual(response.status_code, 200, response.text)
34
- self.assertEqual(response["headers"]["E-Tag"], 2)
+ self.assertEqual(int(response.headers["E-Tag"]), 2)
35
self.assertNotIn("Location", response.headers)
36
37
def test_update_non_existent_identifier(self):
0 commit comments