Skip to content

Commit 46574e7

Browse files
committed
Address PR feedback see HEA-833
1 parent 93edcfc commit 46574e7

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

pipelines/assets/livelihood_activity_regexes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
],
5858
[
5959
"vente (?:de |d')?{product_pattern}",
60-
"OtherCashIncome",
60+
null,
6161
true,
6262
null
6363
],
6464
[
6565
"{product_pattern} sales",
66-
"OtherCashIncome",
66+
null,
6767
true,
6868
null
6969
],

pipelines_tests/test_assets/test_livelihood_activity_regexes.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,32 +155,26 @@
155155
"attribute": "quantity_sold"
156156
},
157157
"Vente de bois de chauffage": {
158-
"strategy_type": "OtherCashIncome",
159158
"is_start": true,
160159
"product_id": "bois de chauffage"
161160
},
162161
"Vente prods de cueillette": {
163-
"strategy_type": "OtherCashIncome",
164162
"is_start": true,
165163
"product_id": "prods de cueillette"
166164
},
167165
"vente de mangue": {
168-
"strategy_type": "OtherCashIncome",
169166
"is_start": true,
170167
"product_id": "mangue"
171168
},
172169
"vente artisanat": {
173-
"strategy_type": "OtherCashIncome",
174170
"is_start": true,
175171
"product_id": "artisanat"
176172
},
177173
"vente d'orange": {
178-
"strategy_type": "OtherCashIncome",
179174
"is_start": true,
180175
"product_id": "orange"
181176
},
182177
"sand sales": {
183-
"strategy_type": "OtherCashIncome",
184178
"is_start": true,
185179
"product_id": "sand"
186180
},

0 commit comments

Comments
 (0)