mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +02:00
Unit support for domain creating
This commit is contained in:
parent
2220846b9f
commit
cb2a5f0723
5 changed files with 49 additions and 9 deletions
|
@ -101,6 +101,12 @@ describe 'EPP Domain', epp: true do
|
|||
expect(response[:results][0][:result_code]).to eq '2005'
|
||||
expect(response[:results][0][:msg]).to eq 'IP is invalid'
|
||||
end
|
||||
|
||||
it 'creates a domain with period in days' do
|
||||
response = epp_request('domains/create_w_period_in_days.xml')
|
||||
expect(response[:result_code]).to eq('1000')
|
||||
expect(response[:msg]).to eq('Command completed successfully')
|
||||
end
|
||||
end
|
||||
|
||||
context 'with juridical persion as an owner' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue