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 0d36200 commit 39b4b37Copy full SHA for 39b4b37
backend/tests/controller/test_fhir_controller.py
@@ -861,7 +861,7 @@ def test_create_immunization_returns_unauthorised_error_when_supplier_system_hea
861
self.assertEqual(response["statusCode"], 403)
862
863
def test_create_immunization_for_unauthorized(self):
864
- """it should return an unauthorized error when the service finds that use lacks permissions"""
+ """it should return an unauthorized error when the service finds that user lacks permissions"""
865
# Given
866
imms_id = str(uuid.uuid4())
867
imms = create_covid_19_immunization(imms_id)
0 commit comments