mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 10:49:39 +02:00
Test improvement
This commit is contained in:
parent
e20944151e
commit
c0d25ccedf
1 changed files with 2 additions and 0 deletions
|
@ -270,6 +270,8 @@ describe 'EPP Domain', epp: true do
|
|||
|
||||
response = epp_request('domains/update.xml')
|
||||
|
||||
expect(response[:results][0][:result_code]).to eq('2302')
|
||||
expect(response[:results][0][:msg]).to eq('Status already exists on this domain')
|
||||
expect(d.domain_statuses.count).to eq(1)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue