Skip to content

Commit 99f19f6

Browse files
committed
Update jest.setup.redis-mock.js
1 parent 51321e0 commit 99f19f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jest.setup.redis-mock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ beforeAll(async () => {
1111
.start();
1212

1313
const port = redisTestContainer.getMappedPort(6379);
14-
const host = redisTestContainer.getContainerIpAddress();
14+
const host = redisTestContainer.getHost();
1515

1616
/**
1717
* Set environment variable for redisHelper to connect to redis container

0 commit comments

Comments
 (0)