mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Refactor domain to parsed_frame
This commit is contained in:
parent
64183c1dd8
commit
51978ef38a
2 changed files with 15 additions and 15 deletions
|
@ -1165,7 +1165,7 @@ describe 'EPP Domain', epp: true do
|
|||
}
|
||||
|
||||
response = epp_request(domain_update_xml(xml_params), :xml)
|
||||
expect(response[:results][0][:msg]).to eq('Required parameter missing: legalDocument')
|
||||
expect(response[:results][0][:msg]).to eq('Required parameter missing: extension > extdata > legalDocument')
|
||||
expect(response[:results][0][:result_code]).to eq('2003')
|
||||
end
|
||||
|
||||
|
@ -1376,7 +1376,7 @@ describe 'EPP Domain', epp: true do
|
|||
it 'does not delete domain without legal document' do
|
||||
response = epp_request(epp_xml.domain.delete(name: { value: 'example.ee' }), :xml)
|
||||
expect(response[:result_code]).to eq('2003')
|
||||
expect(response[:msg]).to eq('Required parameter missing: legalDocument')
|
||||
expect(response[:msg]).to eq('Required parameter missing: extension > extdata > legalDocument')
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue