Skip to content

Commit

Permalink
new seed data for testing (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
timstone committed May 1, 2018
1 parent 2017b36 commit 137fa45
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions db/seeds/CBDU23.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"date_flag": "in_renewal_window",
"tier": "UPPER",
"registrationType": "carrier_broker_dealer",
"businessType": "limitedCompany",
"otherBusinesses": "yes",
"isMainService": "yes",
"onlyAMF": "no",
"companyName": "Limited Company Seed",
"companyNo": "00946107",
"firstName": "Test",
"lastName": "User",
"phoneNumber": "01234 567890",
"contactEmail": "user@waste-exemplar.gov.uk",
"addresses": [{
"addressType": "REGISTERED",
"addressMode": "manual-uk",
"houseNumber": "Unit 5",
"addressLine1": "Horizon House",
"addressLine2": "Deanery Road",
"townCity": "Bristol",
"postcode": "BS1 5AH",
"location": {
"lat": 0,
"lon": 0
}
},
{
"addressType": "POSTAL",
"houseNumber": "Richard Fairclough House",
"addressLine1": "Knutsford Road",
"addressLine2": "Latchford",
"addressLine3": "",
"addressLine4": "",
"townCity": "Warrington",
"postcode": "WA4 1HT",
"country": ""
}
],
"keyPeople": [{
"firstName": "Test",
"lastName": "Employee",
"dateOfBirth": "1978-01-01",
"position": "Director",
"personType": "KEY",
"convictionSearchResult": {
"matchResult": "NO",
"confirmed": "no"
}
}],
"accountEmail": "user@waste-exemplar.gov.uk",
"declaredConvictions": "no",
"declaration": 1,
"regIdentifier": "CBDU23",
"expires_on": "2018-07-15 00:00:00Z",
"metaData": {
"anotherString": "userDetailAddedAtRegistration",
"status": "ACTIVE",
"route": "DIGITAL",
"distance": "n/a"
},
"convictionSearchResult": {
"matchResult": "NO",
"confirmed": "no"
}
}

0 comments on commit 137fa45

Please sign in to comment.