refactor(dossier): rebase should not change champ type
This commit is contained in:
parent
81eeff2474
commit
942fc42af2
20 changed files with 112 additions and 105 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue