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 a25edbc commit c95abf0Copy full SHA for c95abf0
tests/hacker.test.js
@@ -265,7 +265,7 @@ describe("GET hacker", function () {
265
266
// fail due to lack of authorization
267
it("should fail to list a hacker information due to lack of authorization on /api/hacker/email/:id GET", function (done) {
268
- util.auth.login(agent, teamHackerAccount0, (error) => {
+ util.auth.login(agent, noTeamHackerAccount0, (error) => {
269
if (error) {
270
agent.close();
271
return done(error);
0 commit comments