show which instructeur took decision and when

and also replace "sans suite" by "classé sans suite"
This commit is contained in:
Christophe Robillard 2020-07-06 09:30:07 +02:00
parent cea170e4a6
commit 8f9d6d2871
4 changed files with 10 additions and 4 deletions

View file

@ -596,7 +596,7 @@ describe API::V2::GraphqlController do
it "should fail" do
expect(gql_errors).to eq(nil)
expect(gql_data).to eq(dossierRefuser: {
errors: [{ message: "Le dossier est déjà sans suite" }],
errors: [{ message: "Le dossier est déjà classé sans suite" }],
dossier: nil
})
end