mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 10:49:39 +02:00
pri.ee fix #2125
This commit is contained in:
parent
e0c21acba5
commit
2ad45b6919
3 changed files with 19 additions and 19 deletions
|
@ -24,7 +24,7 @@ describe ZonefileSetting do
|
|||
master_nameserver: 'ns.tld.ee'
|
||||
}).first_or_create!
|
||||
|
||||
d = Fabricate(:domain_with_dnskeys)
|
||||
d = Fabricate(:domain_with_dnskeys, name: 'testpri.ee')
|
||||
d.nameservers << Nameserver.new({
|
||||
hostname: "ns.#{d.name}",
|
||||
ipv4: '123.123.123.123',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue