mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Strory#110308584 - help test to choose rigt priceplan
This commit is contained in:
parent
917433a57e
commit
3c739f846b
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ describe 'EPP Domain', epp: true do
|
|||
end
|
||||
|
||||
it 'should return error if balance low' do
|
||||
f = Fabricate(:pricelist, valid_to: Time.zone.now + 1.day, price: 100000)
|
||||
f = Fabricate(:pricelist, valid_from: Time.now - 1, valid_to: Time.zone.now + 1.day, price: 100000)
|
||||
|
||||
dn = next_domain_name
|
||||
response = epp_plain_request(domain_create_xml({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue