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 c2aedad commit 6fd58edCopy full SHA for 6fd58ed
e2e/test_search_immunization.py
@@ -88,6 +88,7 @@ def test_search_backwards_compatible(self):
88
vaccine_type=VaccineTypes.covid_19,
89
)
90
expected_imms_resource["id"] = imms_id
91
+ expected_imms_resource["meta"] = {"versionId": "1"}
92
93
# When
94
response = imms_api.search_immunizations(valid_nhs_number1, VaccineTypes.covid_19)
0 commit comments