show which instructeur took decision and when
and also replace "sans suite" by "classé sans suite"
This commit is contained in:
parent
cea170e4a6
commit
8f9d6d2871
4 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue