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 ea6cf59 commit c561caaCopy full SHA for c561caa
backend/tests/test_fhir_batch_repository.py
@@ -32,7 +32,7 @@ def setUp(self):
32
class TestCreateImmunization(TestImmunizationBatchRepository):
33
34
def modify_immunization(self, remove_nhs):
35
- """Modify the immunization object by removing NHS number if required."""
+ """Modify the immunization object by removing NHS number if required"""
36
if remove_nhs:
37
for i, x in enumerate(self.immunization["contained"]):
38
if x["resourceType"] == "Patient":
0 commit comments