From e70d3f6b60610c6470c419830ccb247b99fc437e Mon Sep 17 00:00:00 2001 From: Miran Setinc Date: Fri, 18 Oct 2019 08:25:25 +0200 Subject: [PATCH] test error message fix --- test/multipart.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/multipart.spec.ts b/test/multipart.spec.ts index eac4ac62..d260e300 100644 --- a/test/multipart.spec.ts +++ b/test/multipart.spec.ts @@ -82,7 +82,7 @@ describe(packageJson.name, () => { .with.length(1); expect(r.body.errors[0]) .has.property('message') - .equal('unsupported media type'); + .equal('unsupported media type application/json'); })); }); });