refactor(dossier): rebase should not change champ type

This commit is contained in:
Paul Chavard 2024-11-06 22:30:31 +01:00
parent 81eeff2474
commit 942fc42af2
No known key found for this signature in database
20 changed files with 112 additions and 105 deletions

View file

@ -69,7 +69,7 @@ FactoryBot.define do
end
factory :champ_do_not_use_linked_drop_down_list, class: 'Champs::LinkedDropDownListChamp' do
value { '["categorie 1", "choix 1"]' }
value { '["primary", "secondary"]' }
end
factory :champ_do_not_use_pays, class: 'Champs::PaysChamp' do