Fix fixtures

This commit is contained in:
Artur Beljajev 2018-01-14 21:01:19 +02:00
parent 67082374ff
commit b363358d79
2 changed files with 3 additions and 6 deletions

View file

@ -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

View file

@ -10,9 +10,6 @@ DEFAULTS: &DEFAULTS
valid: valid:
<<: *DEFAULTS <<: *DEFAULTS
acme:
<<: *DEFAULTS
complete: complete:
<<: *DEFAULTS <<: *DEFAULTS
name: 2 name: 2