Merge branch '2.7.x'

Closes gh-32137
pull/32139/head
Stephane Nicoll 2 years ago
commit b19f1cedb3

@ -45,8 +45,7 @@ class SampleCacheApplicationRedisTests {
@DynamicPropertySource @DynamicPropertySource
static void redisProperties(DynamicPropertyRegistry properties) { static void redisProperties(DynamicPropertyRegistry properties) {
properties.add("spring.data.redis.url", properties.add("spring.data.redis.url", () -> "redis://" + redis.getHost() + ":" + redis.getFirstMappedPort());
() -> "redis://" + redis.getContainerIpAddress() + ":" + redis.getFirstMappedPort());
} }
@Test @Test

Loading…
Cancel
Save