mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Renewed logic for error handling
This commit is contained in:
parent
86dc8321c6
commit
8dfb80c1ea
5 changed files with 13 additions and 5 deletions
|
@ -73,7 +73,7 @@ describe 'EPP Domain', epp: true do
|
|||
expect(response[:msg]).to eq('Required parameter missing - nameserver')
|
||||
end
|
||||
|
||||
it 'does not create domain with too many nameservers', pending: true do
|
||||
it 'does not create domain with too many nameservers' do
|
||||
response = epp_request('domains/create_w_too_many_nameservers.xml')
|
||||
expect(response[:result_code]).to eq('2306')
|
||||
expect(response[:msg]).to eq('Domain must have 1-13 nameservers')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue