mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
Fix tests #2713
This commit is contained in:
parent
c6073c7e87
commit
b5afff1c79
4 changed files with 3 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
Fabricator(:white_ip) do
|
||||
ipv4 '127.0.0.1'
|
||||
interface WhiteIp::API
|
||||
interfaces [WhiteIp::API]
|
||||
end
|
||||
|
||||
Fabricator(:white_ip_registrar, from: :white_ip) do
|
||||
interface WhiteIp::REGISTRAR
|
||||
interfaces [WhiteIp::REGISTRAR]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue