mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Update error messages for invalid attributes #2746
This commit is contained in:
parent
e1c5fca90d
commit
e9bffe930e
5 changed files with 27 additions and 9 deletions
|
@ -1437,8 +1437,8 @@ describe 'EPP Domain', epp: true do
|
|||
|
||||
it 'returns an error for incorrect op attribute' do
|
||||
response = epp_plain_request(domain_transfer_xml({}, 'bla'), validate_input: false)
|
||||
response[:result_code].should == '2306'
|
||||
response[:msg].should == 'Attribute is invalid: op'
|
||||
response[:msg].should == 'Parameter value range error: op'
|
||||
response[:result_code].should == '2004'
|
||||
end
|
||||
|
||||
it 'creates new pw after successful transfer' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue