This commit is contained in:
Martin Lensment 2015-06-15 19:07:14 +03:00
parent 777f3836e7
commit 7ba2ef0ef9

View file

@ -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