Skip to content

Commit 108e72b

Browse files
committed
CRD
1 parent 3d175f0 commit 108e72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/tests/test_fhir_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ def test_update_immunization_UnauthorizedVaxError_check_for_non_batch(self, mock
11791179
@patch("fhir_controller.get_supplier_permissions")
11801180
def test_update_immunization_Unauthorizedsystem_check_for_non_batch(self, mock_get_supplier_permissions):
11811181
"""it should not update the Immunization record"""
1182-
mock_get_supplier_permissions.return_value = ["COVID19.CRUD"]
1182+
mock_get_supplier_permissions.return_value = ["COVID19.CRD"]
11831183
imms_id = "valid-id"
11841184
imms = {"id": "valid-id"}
11851185
aws_event = {

0 commit comments

Comments
 (0)