Skip to content

Commit 4d0c980

Browse files
dreis2211wilkinsona
authored andcommitted
Polishing
See gh-27417
1 parent dcced25 commit 4d0c980

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/redis/RedisReactiveHealthIndicatorTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ void healthWhenClusterStateIsOkShouldBeUp() {
9595

9696
@Test
9797
void healthWhenClusterStateIsFailShouldBeDown() {
98-
Properties clusterProperties = new Properties();
99-
clusterProperties.setProperty("cluster_state", "fail");
10098
ReactiveRedisConnectionFactory redisConnectionFactory = createClusterConnectionFactory("fail");
10199
RedisReactiveHealthIndicator healthIndicator = new RedisReactiveHealthIndicator(redisConnectionFactory);
102100
Mono<Health> health = healthIndicator.health();

0 commit comments

Comments
 (0)