Skip to content

Commit

Permalink
chore: update operator fixture to test reg1 and reg2 are different
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki authored and Sepehr-Sobhani committed Dec 24, 2024
1 parent 528d816 commit ab96e94
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions bc_obps/registration/fixtures/mock/operator.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,13 @@
"model": "registration.operator",
"pk": "685d581b-5698-411f-ae00-de1d97334a71",
"fields": {
"legal_name": "Operator 1 Legal Name",
"trade_name": "Operator 1 Trade Name",
"legal_name": "Alpha Enterprises",
"cra_business_number": 123456789,
"bc_corporate_registry_number": "abc1234567",
"business_structure": "Sole Proprietorship",
"physical_address": 3,
"mailing_address": 4,
"website": "http://www.example.com",
"documents": [],
"contacts": [],
"status": "Draft",
"is_new": true,
"verified_at": null,
"verified_by": null
"status": "Approved",
"is_new": false
}
},
{
Expand Down

0 comments on commit ab96e94

Please sign in to comment.