mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 10:49:39 +02:00
Refactor domain info xml to gem
This commit is contained in:
parent
2574bb9329
commit
95b5094d52
5 changed files with 7 additions and 82 deletions
|
@ -29,7 +29,7 @@ describe 'EPP Session', epp: true do
|
|||
end
|
||||
|
||||
it 'prohibits further actions unless logged in' do
|
||||
response = epp_plain_request(domain_create_xml, :xml)
|
||||
response = epp_plain_request(EppXml::Domain.create, :xml)
|
||||
expect(response[:result_code]).to eq('2002')
|
||||
expect(response[:msg]).to eq('You need to login first.')
|
||||
expect(response[:clTRID]).to eq('ABC-12345')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue