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'); })); }); });