Skip to content

Commit 6fd58ed

Browse files
committed
add meta dict to expected immunisation resource for search
1 parent c2aedad commit 6fd58ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/test_search_immunization.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def test_search_backwards_compatible(self):
8888
vaccine_type=VaccineTypes.covid_19,
8989
)
9090
expected_imms_resource["id"] = imms_id
91+
expected_imms_resource["meta"] = {"versionId": "1"}
9192

9293
# When
9394
response = imms_api.search_immunizations(valid_nhs_number1, VaccineTypes.covid_19)

0 commit comments

Comments
 (0)