From 1237a3e1b5c105dd54c55122f023994b7338e3e5 Mon Sep 17 00:00:00 2001 From: Aldrian Harjati Date: Fri, 20 Oct 2023 09:12:11 -0400 Subject: [PATCH] update po_x_ethnicity validation ids --- src/validator/phase_validations.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/validator/phase_validations.py b/src/validator/phase_validations.py index fc7b0a22..29891da4 100644 --- a/src/validator/phase_validations.py +++ b/src/validator/phase_validations.py @@ -1832,7 +1832,7 @@ def get_phase_1_and_2_validations_for_lei(lei: str = None): "phase_1": [ SBLCheck( is_valid_enum, - id="E0900", + id="E0901", name="po_1_ethnicity.invalid_enum_value", description=( "When present, each value in 'ethnicity" @@ -1886,7 +1886,7 @@ def get_phase_1_and_2_validations_for_lei(lei: str = None): SBLCheck.str_length( 0, 300, - id="E0920", + id="E0921", name="po_1_ethnicity_ff.invalid_text_length", description=( "'Ethnicity of principal owner 1: free-form" @@ -2184,7 +2184,7 @@ def get_phase_1_and_2_validations_for_lei(lei: str = None): "phase_1": [ SBLCheck( is_valid_enum, - id="E0900", + id="E0902", name="po_2_ethnicity.invalid_enum_value", description=( "When present, each value in 'ethnicity" @@ -2536,7 +2536,7 @@ def get_phase_1_and_2_validations_for_lei(lei: str = None): "phase_1": [ SBLCheck( is_valid_enum, - id="E0900", + id="E0903", name="po_3_ethnicity.invalid_enum_value", description=( "When present, each value in 'ethnicity" @@ -2888,7 +2888,7 @@ def get_phase_1_and_2_validations_for_lei(lei: str = None): "phase_1": [ SBLCheck( is_valid_enum, - id="E0900", + id="E0904", name="po_4_ethnicity.invalid_enum_value", description=( "When present, each value in 'ethnicity"