mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +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:
|
||||
name: John
|
||||
email: john@inbox.test
|
||||
phone: '+555.555'
|
||||
ident: 1234
|
||||
ident_type: priv
|
||||
ident_country_code: US
|
||||
|
@ -8,6 +10,8 @@ john:
|
|||
|
||||
jane:
|
||||
name: Jane
|
||||
email: jane@mail.test
|
||||
phone: '+555.555'
|
||||
ident: 1234
|
||||
ident_type: priv
|
||||
ident_country_code: US
|
||||
|
@ -16,6 +20,8 @@ jane:
|
|||
|
||||
acme_ltd:
|
||||
name: Acme Ltd
|
||||
email: acme@outlook.test
|
||||
phone: '+555.555'
|
||||
ident: 1234
|
||||
ident_type: org
|
||||
registrar: bestnames
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue