We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe19e0 commit 6478e49Copy full SHA for 6478e49
1 file changed
test/instances/post/index.js
@@ -321,7 +321,7 @@ describe('POST /instances', function () {
321
}]
322
};
323
ctx.user.createInstance(json,
324
- expects.errorStatus(400, /should be an array of strings/, done));
+ expects.errorStatus(400, /"env" should match/, done));
325
});
326
it('should filter empty/whitespace-only strings from env array', function (done) {
327
var json = {
0 commit comments