Registrar portal transfer improvement, test fixes #2746

This commit is contained in:
Martin Lensment 2015-07-10 16:04:31 +03:00
parent c4da9c86a6
commit e1c5fca90d
4 changed files with 5 additions and 4 deletions

View file

@ -1478,7 +1478,7 @@ describe 'EPP Domain', epp: true do
})
response = epp_plain_request(xml)
response[:msg].should == 'Pending transfer was not found'
response[:msg].should == 'No transfers found'
response[:result_code].should == '2303'
end