Skip to content

Commit 3c14a3d

Browse files
committed
nosonar
1 parent a4ce43f commit 3c14a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/recordforwarder/src/models/utils/validation_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def convert_disease_codes_to_vaccine_type(
5757
vaccine_type = redis_client.hget(Constants.DISEASES_TO_VACCINE_TYPE_HASH_KEY, key)
5858

5959
if not vaccine_type:
60-
raise ValueError(
60+
raise ValueError( # NOSONAR(S5332)
6161
"Validation errors: protocolApplied[0].targetDisease[*].coding[?(@.system=='"
6262
"http://snomed.info/sct"
6363
f"')].code - {disease_codes_input} is not a valid combination of disease codes for this service"

0 commit comments

Comments
 (0)