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 61fb85c commit fc67ed3Copy full SHA for fc67ed3
test/auth.spec.js
@@ -61,7 +61,7 @@ describe('client authentication', function () {
61
});
62
var tmp = client.command_queue.get(0).callback;
63
client.command_queue.get(0).callback = function (err, res) {
64
- client.auth = function (pass, callback) {
+ client.auth = function (pass, user, callback) {
65
callback(null, 'retry worked');
66
};
67
tmp(new Error('ERR redis is still LOADING'));
0 commit comments