mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 07:02:04 +02:00
Refactor
This commit is contained in:
parent
89c67ca637
commit
d66527ac80
7 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@ describe 'EPP Session', epp: true do
|
|||
end
|
||||
|
||||
it 'prohibits further actions unless logged in' do
|
||||
response = epp_plain_request('create_domain.xml')
|
||||
response = epp_plain_request('domains/create.xml')
|
||||
expect(response[:result_code]).to eq('2002')
|
||||
expect(response[:msg]).to eq('You need to login first.')
|
||||
expect(response[:clTRID]).to eq('dpbx005#10-01-29at19:21:47')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue