Remove information about web-based whois form name fields

This commit is contained in:
Maciej Szlosarczyk 2018-04-27 14:10:16 +03:00
parent 20d341f2e5
commit c08561fa0d
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
2 changed files with 8 additions and 9 deletions

View file

@ -39,9 +39,9 @@ class WhoisRecordTest < ActiveSupport::TestCase
end
expected_technical_contact = begin
'Technical contact:\n' \
'name: Not Disclosed - Visit www.internet.ee for webbased WHOIS\n' \
'name: Not Disclosed\n' \
'email: Not Disclosed - Visit www.internet.ee for webbased WHOIS\n' \
'changed: Not Disclosed - Visit www.internet.ee for webbased WHOIS'
'changed: Not Disclosed'
end
regexp_contact = Regexp.new(expected_technical_contact, Regexp::MULTILINE)