mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Make contact fixtures have unique ident numbers
This commit is contained in:
parent
ec5e4fe356
commit
9f7fc47f19
3 changed files with 8 additions and 8 deletions
10
test/fixtures/contacts.yml
vendored
10
test/fixtures/contacts.yml
vendored
|
@ -15,7 +15,7 @@ william: &william
|
|||
email: william@inbox.test
|
||||
phone: '+555.555'
|
||||
fax: +555.555
|
||||
ident: 1234
|
||||
ident: 12345
|
||||
ident_type: priv
|
||||
ident_country_code: US
|
||||
registrar: bestnames
|
||||
|
@ -34,7 +34,7 @@ jane:
|
|||
name: Jane
|
||||
email: jane@mail.test
|
||||
phone: '+555.555'
|
||||
ident: 1234
|
||||
ident: 123456
|
||||
ident_type: priv
|
||||
ident_country_code: US
|
||||
registrar: bestnames
|
||||
|
@ -46,7 +46,7 @@ acme_ltd:
|
|||
name: Acme Ltd
|
||||
email: acme@outlook.test
|
||||
phone: '+555.555'
|
||||
ident: 1234
|
||||
ident: 1234567
|
||||
ident_type: org
|
||||
registrar: bestnames
|
||||
ident_country_code: US
|
||||
|
@ -58,7 +58,7 @@ jack:
|
|||
name: Jack
|
||||
email: jack@inbox.test
|
||||
phone: '+555.555'
|
||||
ident: 1234
|
||||
ident: 12345678
|
||||
ident_type: org
|
||||
registrar: goodnames
|
||||
ident_country_code: US
|
||||
|
@ -87,4 +87,4 @@ invalid:
|
|||
email: invalid@invalid.test
|
||||
auth_info: any
|
||||
registrar: bestnames
|
||||
uuid: bd80c0f9-26ee-49e0-a2cb-2311d931c433
|
||||
uuid: bd80c0f9-26ee-49e0-a2cb-2311d931c433
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue