bug(user.fcis): users using more than one FranceConnect identity provider can not be destroyed
This commit is contained in:
parent
a247ec6c12
commit
b468da9964
2 changed files with 13 additions and 0 deletions
|
@ -12,5 +12,9 @@ FactoryBot.define do
|
|||
trait :with_strong_password do
|
||||
password { '{my-%s3cure[]-p4$$w0rd' }
|
||||
end
|
||||
|
||||
trait :with_fci do
|
||||
association :france_connect_information
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue