chore: Allow super admin to suspend an account (#5174)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
FactoryBot.define do
|
||||
factory :account do
|
||||
sequence(:name) { |n| "Account #{n}" }
|
||||
status { 'active' }
|
||||
custom_email_domain_enabled { false }
|
||||
domain { 'test.com' }
|
||||
support_email { 'support@test.com' }
|
||||
|
||||
Reference in New Issue
Block a user