Skip to content

Commit 14895b2

Browse files
authored
Merge pull request #34 from angelxmoreno/patch-2
Added missing auth_pass parameter
2 parents 5eaa089 + e8170d9 commit 14895b2

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)