mirror of
https://github.com/internetee/registry.git
synced 2025-07-19 17:25:57 +02:00
requires_attribute helper
This commit is contained in:
parent
6187c3fc9f
commit
857ab488b8
4 changed files with 54 additions and 17 deletions
|
@ -944,7 +944,7 @@ describe 'EPP Domain', epp: true do
|
|||
it 'returns an error for incorrect op attribute' do
|
||||
response = epp_plain_request(domain_transfer_xml({}, 'bla'), :xml)
|
||||
response[:result_code].should == '2306'
|
||||
response[:msg].should == 'Attribute op is invalid'
|
||||
response[:msg].should == 'Attribute is invalid: op'
|
||||
end
|
||||
|
||||
it 'creates new pw after successful transfer' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue