mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
Update fixture
This commit is contained in:
parent
d04eb36db2
commit
0c7aba6fb7
1 changed files with 11 additions and 1 deletions
12
test/fixtures/registrars.yml
vendored
12
test/fixtures/registrars.yml
vendored
|
@ -4,7 +4,17 @@ DEFAULTS: &DEFAULTS
|
||||||
country_code: US
|
country_code: US
|
||||||
email: acme@example.com
|
email: acme@example.com
|
||||||
code: 1234
|
code: 1234
|
||||||
accounting_customer_code: C1
|
accounting_customer_code: ACCOUNT001
|
||||||
|
|
||||||
valid:
|
valid:
|
||||||
<<: *DEFAULTS
|
<<: *DEFAULTS
|
||||||
|
|
||||||
|
complete:
|
||||||
|
<<: *DEFAULTS
|
||||||
|
name: 2
|
||||||
|
reg_no: 2
|
||||||
|
code: 2
|
||||||
|
website: example.com
|
||||||
|
email: info@example.com
|
||||||
|
billing_email: billing@example.com
|
||||||
|
vat_no: US12345
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue