mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 04:07:33 +02:00
modifed test
This commit is contained in:
parent
8ed3aaf781
commit
b34be2c027
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class WhiteIpTest < ActiveSupport::TestCase
|
|||
def test_validates_include_empty_ipv4
|
||||
white_ip = WhiteIp.new
|
||||
|
||||
white_ip.ipv4 = ''
|
||||
white_ip.ipv4 = nil
|
||||
white_ip.ipv6 = '001:0db8:85a3:0000:0000:8a2e:0370:7334'
|
||||
white_ip.registrar = registrars(:bestnames)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue