mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Move all the existing interactors to Domains namespace
This commit is contained in:
parent
09a58fa432
commit
5363c546a5
34 changed files with 250 additions and 222 deletions
|
@ -113,7 +113,7 @@ class ForceDeleteTest < ActionMailer::TestCase
|
|||
|
||||
def test_force_delete_cannot_be_scheduled_when_a_domain_is_discarded
|
||||
@domain.update!(statuses: [DomainStatus::DELETE_CANDIDATE])
|
||||
result = ForceDeleteInteraction::SetForceDelete.run(domain: @domain, type: :fast_track)
|
||||
result = Domains::ForceDelete::SetForceDelete.run(domain: @domain, type: :fast_track)
|
||||
|
||||
assert_not result.valid?
|
||||
assert_not @domain.force_delete_scheduled?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue