mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Attribute is added to error messages
This commit is contained in:
parent
fdac633f07
commit
bca9ddef16
5 changed files with 72 additions and 61 deletions
|
@ -64,7 +64,7 @@ describe 'EPP Keyrelay', epp: true do
|
|||
})
|
||||
|
||||
response = epp_plain_request(xml, :xml)
|
||||
response[:msg].should == 'Required parameter missing: keyrelay > keyData > flags'
|
||||
response[:msg].should == 'Required parameter missing: keyrelay > keyData > flags [flags]'
|
||||
|
||||
@registrar2.messages.queued.count.should == msg_count
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue