Improve bulk renew tests

This commit is contained in:
Karl Erik Õunapuu 2020-12-21 14:19:27 +02:00
parent 66114aa648
commit 04944b8ac4
No known key found for this signature in database
GPG key ID: C9DD647298A34764
6 changed files with 62 additions and 35 deletions

View file

@ -13,7 +13,7 @@ class Registrar
set_form_data
if ready_to_renew?
res = Depp::Domain.bulk_renew(domain_ids_for_bulk_renew, params[:period],
res = ReppApi.bulk_renew(domain_ids_for_bulk_renew, params[:period],
current_registrar_user)
flash_message(JSON.parse(res))