mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
parent
84bc0f8914
commit
53a34ee2d6
9 changed files with 94 additions and 12 deletions
15
test/fixtures/contacts.yml
vendored
15
test/fixtures/contacts.yml
vendored
|
@ -19,6 +19,8 @@ william:
|
|||
registrar: bestnames
|
||||
code: william-001
|
||||
auth_info: 6573d0
|
||||
statuses:
|
||||
- ok
|
||||
|
||||
jane:
|
||||
name: Jane
|
||||
|
@ -42,6 +44,19 @@ acme_ltd:
|
|||
code: acme-ltd-001
|
||||
auth_info: 720b3c
|
||||
|
||||
identical_to_william:
|
||||
name: William
|
||||
email: william@inbox.test
|
||||
phone: '+555.555'
|
||||
ident: 1234
|
||||
ident_type: priv
|
||||
ident_country_code: US
|
||||
registrar: goodnames
|
||||
code: william-002
|
||||
auth_info: 5ab865
|
||||
statuses:
|
||||
- ok
|
||||
|
||||
invalid:
|
||||
name: any
|
||||
code: any
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue