Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit edee7c1

Browse files
committed
un-used variable
1 parent e1850dc commit edee7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ _it.shouldBeDenied = function() {
222222
assert(this.res);
223223
//if in list
224224
var status = this.res.statusCode;
225-
assert([403,401].indexOf(this.res.statusCode) > -1);
225+
assert([403,401].indexOf(status) > -1);
226226
});
227227
}
228228

0 commit comments

Comments
 (0)