mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 17:55:55 +02:00
Full period unit support
This commit is contained in:
parent
9371b2ad67
commit
73cb8c604d
3 changed files with 14 additions and 5 deletions
|
@ -102,7 +102,7 @@ describe 'EPP Domain', epp: true do
|
|||
expect(response[:results][0][:msg]).to eq 'IP is invalid'
|
||||
end
|
||||
|
||||
it 'creates a domain with period in days', pending: true do
|
||||
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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue