Skip to content

Commit e8170d9

Browse files
committed
Added missing auth_pass parameter
1 parent 5eaa089 commit e8170d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/lib/redis-store-spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ beforeAll(function () {
1010
store: redisStore,
1111
host: config.redis.host,
1212
port: config.redis.port,
13+
auth_pass: config.redis.auth_pass,
1314
db: config.redis.db,
1415
ttl: config.redis.ttl
1516
});

0 commit comments

Comments
 (0)