Skip to content

Commit d624655

Browse files
committed
Fix WealthGroupViewSetTestCase, etc. - see HEA-659
1 parent fe7fe98 commit d624655

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

apps/baseline/tests/test_viewsets.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,7 @@ def test_get_record(self):
952952
"community",
953953
"community_name",
954954
"wealth_group_category",
955+
"wealth_group_category_name",
955956
"percentage_of_households",
956957
"average_household_size",
957958
)
@@ -1056,6 +1057,7 @@ def test_get_record(self):
10561057
"livelihood_zone_country_code",
10571058
"livelihood_zone_country_name",
10581059
"wealth_group_category",
1060+
"wealth_group_category_name",
10591061
"percentage_of_households",
10601062
"average_household_size",
10611063
)
@@ -1178,6 +1180,7 @@ def test_get_record(self):
11781180
"community",
11791181
"community_name",
11801182
"wealth_group_category",
1183+
"wealth_group_category_name",
11811184
"percentage_of_households",
11821185
"average_household_size",
11831186
)

0 commit comments

Comments
 (0)