mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Fix test #2623
This commit is contained in:
parent
777f3836e7
commit
7ba2ef0ef9
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ describe 'EPP Domain', epp: true do
|
|||
response = epp_plain_request(xml)
|
||||
response[:msg].should == 'Command completed successfully'
|
||||
response[:result_code].should == '1000'
|
||||
Domain.first.valid_to.should be_within(5).of(1.year.since)
|
||||
Domain.first.valid_to.should be_within(60).of(1.year.since)
|
||||
end
|
||||
|
||||
it 'does not create a domain with invalid period' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue