We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d472caf commit c98d920Copy full SHA for c98d920
1 file changed
apps/meteor/tests/end-to-end/apps/slash-command-test-simple.ts
@@ -27,7 +27,7 @@ import { IS_EE } from '../../e2e/config/constants';
27
.expect(400)
28
.expect((res) => {
29
expect(res.body).to.have.a.property('success', false);
30
- expect(res.body.error).to.include('must be string');
+ expect(res.body.error).to.include('must NOT have fewer than 1 characters');
31
})
32
.end(done);
33
});
0 commit comments