We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1115d98 commit b5e04e4Copy full SHA for b5e04e4
src/test/java/redis/clients/jedis/csc/ClientSideCacheTestBase.java
@@ -23,8 +23,7 @@ public abstract class ClientSideCacheTestBase {
23
24
@Rule
25
public RedisVersionRule versionRule = new RedisVersionRule(
26
- HostAndPorts.getRedisEndpoint("standalone1").getHostAndPort(),
27
- HostAndPorts.getRedisEndpoint("standalone1").getClientConfigBuilder().build());
+ HostAndPorts.getRedisEndpoint("standalone1"));
28
29
public EnabledOnCommandRule enabledOnCommandRule = new EnabledOnCommandRule(
30
HostAndPorts.getRedisEndpoint("standalone1"));
0 commit comments