mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
Make request validation shorter on domain create
This commit is contained in:
parent
cad6d68bfa
commit
ebfa997124
4 changed files with 22 additions and 27 deletions
|
@ -629,7 +629,7 @@ describe 'EPP Domain', epp: true do
|
|||
})
|
||||
|
||||
response = epp_plain_request(xml, :xml)
|
||||
response[:msg].should == 'keyData, dsData are mutually exclusive'
|
||||
response[:msg].should == 'Mutually exclusive parameters: keyData, dsData'
|
||||
response[:result_code].should == '2306'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue