We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3314fcd commit 249559bCopy full SHA for 249559b
test/integration/users.test.js
@@ -230,7 +230,7 @@ describe("Users", function () {
230
expect(res.body).to.eql({
231
statusCode: 400,
232
error: "Bad Request",
233
- message: "Username must be lowercase only hypen, numbers are allowed",
+ message: "Username must be lowercase only hypen, numbers are allowed.",
234
});
235
236
return done();
0 commit comments