mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Add exception to EppErrors concerning settings
This commit is contained in:
parent
87cc7799be
commit
b42357b26d
3 changed files with 16 additions and 5 deletions
|
@ -271,9 +271,11 @@ describe 'EPP Domain', epp: true do
|
|||
expect(d.domain_statuses.last.value).to eq('clientUpdateProhibited')
|
||||
|
||||
response = epp_request('domains/update_add_objects.xml')
|
||||
|
||||
expect(response[:results][0][:result_code]).to eq('2302')
|
||||
expect(response[:results][0][:msg]).to eq('Status already exists on this domain')
|
||||
expect(response[:results][0][:value]).to eq('clientHold')
|
||||
expect(response[:results][1][:msg]).to eq('Status already exists on this domain')
|
||||
expect(response[:results][1][:value]).to eq('clientUpdateProhibited')
|
||||
expect(d.domain_statuses.count).to eq(2)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue