app: replace remaining references of DINSIC by DINUM

Fix #4488
This commit is contained in:
Pierre de La Morinerie 2020-02-10 11:52:06 +00:00 committed by GitHub Action
parent 6941e7d964
commit 52ea019ba9
7 changed files with 8 additions and 8 deletions

View file

@ -3,8 +3,8 @@ FactoryBot.define do
factory :procedure do
sequence(:libelle) { |n| "Procedure #{n}" }
description { "Demande de subvention à l'intention des associations" }
organisation { "Orga DINSIC" }
direction { "direction DINSIC" }
organisation { "Orga DINUM" }
direction { "direction DINUM" }
cadre_juridique { "un cadre juridique important" }
published_at { nil }
duree_conservation_dossiers_dans_ds { 3 }