mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Fixed contact#info not returning value on failure
This commit is contained in:
parent
2220846b9f
commit
03486c107c
2 changed files with 3 additions and 1 deletions
|
@ -94,6 +94,7 @@ describe 'EPP Contact', epp: true do
|
|||
response = epp_request('contacts/info.xml')
|
||||
expect(response[:result_code]).to eq('2303')
|
||||
expect(response[:msg]).to eq('Object does not exist')
|
||||
expect(response[:results][0][:value]).to eq('info-4444')
|
||||
end
|
||||
|
||||
it 'returns info about contact' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue