mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 02:35:57 +02:00
Remove information about web-based whois form name fields
This commit is contained in:
parent
20d341f2e5
commit
c08561fa0d
2 changed files with 8 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue