Skip to content

Commit c8c1452

Browse files
committed
Merge pull request #27417 from dreis2211
* gh-27417: Polishing Closes gh-27417
2 parents dcced25 + 4d0c980 commit c8c1452

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)