mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
More full paths in error messages
This commit is contained in:
parent
01fb195104
commit
7c69783091
3 changed files with 13 additions and 6 deletions
|
@ -163,7 +163,7 @@ describe 'EPP Keyrelay', epp: true do
|
|||
})
|
||||
|
||||
response = epp_request(xml, :xml, :elkdata)
|
||||
response[:msg].should == 'Exactly one parameter required: expiry > relative or expiry > absolute'
|
||||
response[:msg].should == 'Exactly one parameter required: keyrelay > expiry > relative OR keyrelay > expiry > absolute'
|
||||
|
||||
@zone.messages.queued.count.should == msg_count
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue