Skip to content

Commit

Permalink
- Update validator to allow 3 as a value
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Dec 4, 2024
1 parent 59373e0 commit 9e3d001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdrs-backend/tdpservice/parsers/schema_defs/ssp/m2.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
condition_field_name='FAMILY_AFFILIATION',
condition_function=category3.isEqual(1),
result_field_name='CITIZENSHIP_STATUS',
result_function=category3.isOneOf((1, 2)),
result_function=category3.isOneOf((1, 2, 3)),
),
category3.ifThenAlso(
condition_field_name='FAMILY_AFFILIATION',
Expand Down

0 comments on commit 9e3d001

Please sign in to comment.