mirror of https://github.com/node-red/node-red.git
Update auth revoke test for express 4
parent
453f23da20
commit
8f414ce458
|
@ -64,7 +64,9 @@ describe("api auth middleware",function() {
|
|||
revokeToken.restore();
|
||||
|
||||
resp.should.equal(200);
|
||||
done();
|
||||
return {
|
||||
end: done
|
||||
}
|
||||
}};
|
||||
|
||||
auth.revoke(req,res);
|
||||
|
|
Loading…
Reference in New Issue