test fixed

pull/6406/head
Nikita Koksharov 1 week ago
parent 4c5964de23
commit 4f94ecb6b5

@ -45,7 +45,7 @@ public class JCacheTest {
private static final GenericContainer<?> REDIS =
new GenericContainer<>("redis:latest")
.withCreateContainerCmdModifier(cmd -> {
cmd.withCmd("redis-server", "--save", "''", "--notify-keyspace-events", "Eh");
cmd.withCmd("redis-server", "--save", "''", "--notify-keyspace-events", "Ehx");
})
.withExposedPorts(6379);

Loading…
Cancel
Save