mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 07:04:47 +02:00
Add mail notification on soft force delete
This commit is contained in:
parent
9916ca52cb
commit
c252d801f9
10 changed files with 97 additions and 34 deletions
|
@ -201,6 +201,7 @@ class NewDomainForceDeleteTest < ActiveSupport::TestCase
|
|||
asserted_status = DomainStatus::CLIENT_HOLD
|
||||
@domain.update_columns(valid_to: Time.zone.parse('2010-10-05'),
|
||||
force_delete_date: nil)
|
||||
@domain.update(template_name: 'legal_person')
|
||||
|
||||
travel_to Time.zone.parse('2010-07-05')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue