fix tests that now requir an admin user to have a strong password
This commit is contained in:
parent
d8b4cc67be
commit
2b23eefee2
4 changed files with 7 additions and 3 deletions
|
@ -8,5 +8,9 @@ FactoryBot.define do
|
|||
trait :unconfirmed do
|
||||
confirmed_at { nil }
|
||||
end
|
||||
|
||||
trait :with_strong_password do
|
||||
password { '{my-%s3cure[]-p4$$w0rd' }
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue