Skip to content

Commit c95abf0

Browse files
committed
fix typo with test
1 parent a25edbc commit c95abf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/hacker.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ describe("GET hacker", function () {
265265

266266
// fail due to lack of authorization
267267
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) => {
268+
util.auth.login(agent, noTeamHackerAccount0, (error) => {
269269
if (error) {
270270
agent.close();
271271
return done(error);

0 commit comments

Comments
 (0)