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 8a3cd72 commit 05f7c2fCopy full SHA for 05f7c2f
test/integration/members.test.js
@@ -43,7 +43,6 @@ 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