Validate domain create elements with nesting

This commit is contained in:
Martin Lensment 2015-01-21 13:38:21 +02:00
parent 3b4bebaf2d
commit bc80274109
2 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@ describe 'EPP Domain', epp: true do
expect(response[:results][1][:msg]).to eq('Required parameter missing: registrant')
expect(response[:results][2][:result_code]).to eq('2003')
expect(response[:results][2][:msg]).to eq('Required parameter missing: legalDocument')
expect(response[:results][2][:msg]).to eq('Required parameter missing: extension > extdata > legalDocument')
end
context 'with two epp users' do
@ -520,7 +520,7 @@ describe 'EPP Domain', epp: true do
response = epp_request(xml, :xml)
expect(response[:result_code]).to eq('2003')
expect(response[:msg]).to eq('Required parameter missing: hostAttr')
expect(response[:msg]).to eq('Required parameter missing: ns > hostAttr')
end
it 'creates domain with nameservers with ips' do