fix(tests): correct one last v3 test and wrap v4

This commit is contained in:
SabreCat
2022-08-22 21:59:51 -05:00
parent 82abdaa0c4
commit 4c85b933cb
3 changed files with 6 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ describe('PUT /user', () => {
})).to.eventually.be.rejected.and.eql({
code: 400,
error: 'BadRequest',
message: 'mustBeArray',
message: 'Tag list must be an array.',
});
});