mirror of
https://github.com/internetee/registry.git
synced 2025-08-15 14:03:49 +02:00
Update fixtures
This commit is contained in:
parent
4bfe01129f
commit
0608c3f5e5
1 changed files with 6 additions and 0 deletions
6
test/fixtures/contacts.yml
vendored
6
test/fixtures/contacts.yml
vendored
|
@ -1,5 +1,7 @@
|
||||||
john:
|
john:
|
||||||
name: John
|
name: John
|
||||||
|
email: john@inbox.test
|
||||||
|
phone: '+555.555'
|
||||||
ident: 1234
|
ident: 1234
|
||||||
ident_type: priv
|
ident_type: priv
|
||||||
ident_country_code: US
|
ident_country_code: US
|
||||||
|
@ -8,6 +10,8 @@ john:
|
||||||
|
|
||||||
jane:
|
jane:
|
||||||
name: Jane
|
name: Jane
|
||||||
|
email: jane@mail.test
|
||||||
|
phone: '+555.555'
|
||||||
ident: 1234
|
ident: 1234
|
||||||
ident_type: priv
|
ident_type: priv
|
||||||
ident_country_code: US
|
ident_country_code: US
|
||||||
|
@ -16,6 +20,8 @@ jane:
|
||||||
|
|
||||||
acme_ltd:
|
acme_ltd:
|
||||||
name: Acme Ltd
|
name: Acme Ltd
|
||||||
|
email: acme@outlook.test
|
||||||
|
phone: '+555.555'
|
||||||
ident: 1234
|
ident: 1234
|
||||||
ident_type: org
|
ident_type: org
|
||||||
registrar: bestnames
|
registrar: bestnames
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue