graphql_controller_spec: remove unused line
This commit is contained in:
parent
04159056af
commit
bb1bc9140d
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ describe API::V2::GraphqlController do
|
|||
end
|
||||
let(:dossier1) { create(:dossier, :en_construction, :with_individual, procedure: procedure, en_construction_at: 1.day.ago) }
|
||||
let(:dossier2) { create(:dossier, :en_construction, :with_individual, :archived, procedure: procedure, en_construction_at: 3.days.ago) }
|
||||
let(:dossier_brouillon) { create(:dossier, :with_individual, procedure: procedure) }
|
||||
let(:dossiers) { [dossier2, dossier1, dossier] }
|
||||
let(:instructeur) { create(:instructeur, followed_dossiers: dossiers) }
|
||||
|
||||
|
|
Loading…
Reference in a new issue