diff --git a/bc_obps/registration/fixtures/mock/operator.json b/bc_obps/registration/fixtures/mock/operator.json index 6147b25e4f..c461850150 100644 --- a/bc_obps/registration/fixtures/mock/operator.json +++ b/bc_obps/registration/fixtures/mock/operator.json @@ -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 } }, {