Skip to content

Commit 1b270d0

Browse files
committed
Minor spelling update
1 parent 1f7a35d commit 1b270d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/tests/controller/test_fhir_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ def test_create_immunization_returns_unauthorised_error_when_supplier_system_hea
861861
self.assertEqual(response["statusCode"], 403)
862862

863863
def test_create_immunization_for_unauthorized(self):
864-
"""it should return an unauthorized error when the service finds that use lacks permissions"""
864+
"""it should return an unauthorized error when the service finds that user lacks permissions"""
865865
# Given
866866
imms_id = str(uuid.uuid4())
867867
imms = create_covid_19_immunization(imms_id)

0 commit comments

Comments
 (0)