bug(user.fcis): users using more than one FranceConnect identity provider can not be destroyed

This commit is contained in:
Martin 2024-03-05 11:15:54 +01:00
parent a247ec6c12
commit b468da9964
2 changed files with 13 additions and 0 deletions

View file

@ -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