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 05f7c2f commit 81986c7Copy full SHA for 81986c7
test/integration/members.test.js
@@ -43,6 +43,7 @@ describe("Members", function () {
43
if (err) {
44
return done(err);
45
}
46
+
47
expect(res).to.have.status(200);
48
expect(res.body).to.be.a("object");
49
expect(res.body.message).to.equal("No member found");
0 commit comments