mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Use new requires_attribute method in poll
This commit is contained in:
parent
857ab488b8
commit
365e27086f
5 changed files with 5 additions and 10 deletions
|
@ -213,7 +213,7 @@ describe 'EPP Domain', epp: true do
|
|||
xml = domain_create_xml(ns: [])
|
||||
response = epp_plain_request(xml, :xml)
|
||||
response[:result_code].should == '2003'
|
||||
response[:msg].should == 'Required parameter missing: ns'
|
||||
response[:msg].should == 'Required parameter missing: ns > hostAttr'
|
||||
end
|
||||
|
||||
it 'does not create domain with too many nameservers' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue