mirror of
https://github.com/internetee/registry.git
synced 2025-07-04 10:13:34 +02:00
Refactor
This commit is contained in:
parent
89c67ca637
commit
d66527ac80
7 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@ describe 'EPP Domain', epp: true do
|
|||
before(:each) { Fabricate(:epp_user) }
|
||||
|
||||
it 'creates a domain' do
|
||||
response = epp_request('create_domain.xml')
|
||||
response = epp_request('domains/create.xml')
|
||||
expect(response[:result_code]).to eq('1000')
|
||||
expect(response[:msg]).to eq('Command completed successfully')
|
||||
expect(response[:clTRID]).to eq('dpbx005#10-01-29at19:21:47')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue