Skip to content

Commit ad04f0d

Browse files
committed
update test connection
1 parent 22a34f5 commit ad04f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('Lock tests', () => {
1212
}
1313

1414
beforeAll(async () => {
15-
redis = await createClient()
15+
redis = await createClient({ url: process.env.REDIS_URI })
1616
.on('error', (err) => console.log('Redis Client Error', err))
1717
.connect();
1818
});

0 commit comments

Comments
 (0)