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 ee89a3e commit 88cf15dCopy full SHA for 88cf15d
backend/tests/test_fhir_service.py
@@ -663,12 +663,11 @@ def test_vaccine_type_search(self):
663
self.imms_repo.find_immunizations.return_value = []
664
665
# When
666
- # result = self.fhir_service.search_immunizations(nhs_number, [vaccine_type], params)
667
_ = self.fhir_service.search_immunizations(nhs_number, [vaccine_type], params)
668
669
# Then
670
self.imms_repo.find_immunizations.assert_called_once_with(nhs_number, [vaccine_type])
671
-
+
672
def test_make_fhir_bundle_from_search_result(self):
673
"""It should return a FHIR Bundle resource"""
674
imms_ids = ["imms-1", "imms-2"]
0 commit comments