mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +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:
|
one:
|
||||||
name: one.test
|
name: one.test
|
||||||
registrar: acme
|
registrar: valid
|
||||||
registrant: john
|
registrant: john
|
||||||
|
|
||||||
two:
|
two:
|
||||||
name: two.test
|
name: two.test
|
||||||
registrar: acme
|
registrar: valid
|
||||||
registrant: john
|
registrant: john
|
||||||
|
|
||||||
three:
|
three:
|
||||||
name: three.test
|
name: three.test
|
||||||
registrar: acme
|
registrar: valid
|
||||||
registrant: acme_ltd
|
registrant: acme_ltd
|
||||||
|
|
3
test/fixtures/registrars.yml
vendored
3
test/fixtures/registrars.yml
vendored
|
@ -10,9 +10,6 @@ DEFAULTS: &DEFAULTS
|
||||||
valid:
|
valid:
|
||||||
<<: *DEFAULTS
|
<<: *DEFAULTS
|
||||||
|
|
||||||
acme:
|
|
||||||
<<: *DEFAULTS
|
|
||||||
|
|
||||||
complete:
|
complete:
|
||||||
<<: *DEFAULTS
|
<<: *DEFAULTS
|
||||||
name: 2
|
name: 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue