Skip to content

Commit ac52c1a

Browse files
committed
Add more property type value codes
1 parent a5b3ea4 commit ac52c1a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

scripts/jobs/housing/housing_nec_migration_properties_data_load_gx_suite.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class PropertiesExpectPropTypeValuesToBeInSet(gxe.ExpectColumnValuesToBeInSet):
6666
column: str = "LPRO_HOU_PTV_CODE"
6767
value_set: list = [
6868
"CMC",
69-
"CMC",
69+
"CMF",
7070
"GAR",
7171
"FLT",
7272
"HOU",
@@ -80,6 +80,11 @@ class PropertiesExpectPropTypeValuesToBeInSet(gxe.ExpectColumnValuesToBeInSet):
8080
"PRA",
8181
"CYC",
8282
"DUP",
83+
"BOI",
84+
"LFT",
85+
"CON",
86+
"PLY",
87+
8388
]
8489
description: str = "Expect property type values to be one of the set"
8590

0 commit comments

Comments
 (0)