mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
Set test to pending until period unit finally fixed
This commit is contained in:
parent
50f77ba81d
commit
d3e24c62c1
1 changed files with 2 additions and 1 deletions
|
@ -102,10 +102,11 @@ describe 'EPP Domain', epp: true do
|
||||||
expect(response[:results][0][:msg]).to eq 'IP is invalid'
|
expect(response[:results][0][:msg]).to eq 'IP is invalid'
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'creates a domain with period in days' do
|
it 'creates a domain with period in days', pending: true do
|
||||||
response = epp_request('domains/create_w_period_in_days.xml')
|
response = epp_request('domains/create_w_period_in_days.xml')
|
||||||
expect(response[:result_code]).to eq('1000')
|
expect(response[:result_code]).to eq('1000')
|
||||||
expect(response[:msg]).to eq('Command completed successfully')
|
expect(response[:msg]).to eq('Command completed successfully')
|
||||||
|
expect(Domain.first.valid_to).to eq(Date.today + 1.year)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue