Skip to content

Commit

Permalink
Add eyb_leads to faker and mock data used by sandbox and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
swenban committed Dec 16, 2024
1 parent 9b72a28 commit 1b2cdec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions test/functional/cypress/fakers/company-activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const companyActivityInvestmentFaker = (
created_by: userFaker(),
foreign_equity_investment: faker.number.int({ min: 50, max: 1000 }),
gross_value_added: faker.number.int({ min: 100, max: 2000 }),
eyb_leads: [],
...investmentOverrides,
},
...overrides,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@
"first_name": ""
},
"foreign_equity_investment": 234432,
"gross_value_added": "2000"
"gross_value_added": "2000",
"eyb_leads": []
}
},
{
Expand All @@ -181,7 +182,7 @@
"order": {
"reference": "HAM/100",
"uk_region": {
"name": "England",
"name": "England",
"id": "a80ff5fd-8904-4940-gd91-fe8047e34be5"
},
"created_on": "2024-10-16T13:21:06.209056+00:00",
Expand Down

0 comments on commit 1b2cdec

Please sign in to comment.