mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 09:46:09 +02:00
Error messages changes
This commit is contained in:
parent
e4ac417bde
commit
f6ce3b4c4e
4 changed files with 5 additions and 4 deletions
|
@ -62,6 +62,7 @@ describe 'EPP Domain', epp: true do
|
|||
it 'does not create domain without contacts and registrant' do
|
||||
response = epp_request('domains/create_wo_contacts_and_registrant.xml')
|
||||
expect(response[:result_code]).to eq('2306')
|
||||
expect(response[:msg]).to eq('Required parameter missing - registrant')
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue