mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Fix fixtures
This commit is contained in:
parent
67082374ff
commit
b363358d79
2 changed files with 3 additions and 6 deletions
6
test/fixtures/domains.yml
vendored
6
test/fixtures/domains.yml
vendored
|
@ -1,14 +1,14 @@
|
|||
one:
|
||||
name: one.test
|
||||
registrar: acme
|
||||
registrar: valid
|
||||
registrant: john
|
||||
|
||||
two:
|
||||
name: two.test
|
||||
registrar: acme
|
||||
registrar: valid
|
||||
registrant: john
|
||||
|
||||
three:
|
||||
name: three.test
|
||||
registrar: acme
|
||||
registrar: valid
|
||||
registrant: acme_ltd
|
||||
|
|
3
test/fixtures/registrars.yml
vendored
3
test/fixtures/registrars.yml
vendored
|
@ -10,9 +10,6 @@ DEFAULTS: &DEFAULTS
|
|||
valid:
|
||||
<<: *DEFAULTS
|
||||
|
||||
acme:
|
||||
<<: *DEFAULTS
|
||||
|
||||
complete:
|
||||
<<: *DEFAULTS
|
||||
name: 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue