Skip to content

Commit 53a4d5b

Browse files
committed
Add model keys 'Fishing' and 'WildFoodGathering' see HEA-677
1 parent d340f51 commit 53a4d5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pipelines/assets/fixtures.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,10 @@ def consolidated_fixture(
338338
for model_name, instances in livelihood_activity_valid_instances.items()
339339
if model_name != "WealthGroup"
340340
},
341-
**wild_foods_valid_instances,
342341
}
342+
# Add the keys: `Fishing` and `WildFoodGathering`
343+
consolidated_instances["Fishing"] = []
344+
consolidated_instances["WildFoodGathering"] = []
343345

344346
# Add the wild foods and other cash income instances, if they are present
345347
for model_name, instances in {**other_cash_income_valid_instances, **wild_foods_valid_instances}.items():

0 commit comments

Comments
 (0)