Skip to content

Commit

Permalink
test error message fix
Browse files Browse the repository at this point in the history
  • Loading branch information
medolino committed Oct 18, 2019
1 parent 831f905 commit e70d3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/multipart.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}));
});
});

0 comments on commit e70d3f6

Please sign in to comment.