Merge branch '2.0.x'

pull/14030/merge
Madhura Bhave 6 years ago
commit fe05fed76c

@ -146,8 +146,7 @@ public class SampleActuatorCustomSecurityApplicationTests {
ResponseEntity<Object> entity = beansRestTemplate()
.getForEntity("/actuator/beans", Object.class);
assertThat(entity.getStatusCode()).isEqualTo(HttpStatus.OK);
entity = beansRestTemplate()
.getForEntity("/actuator/beans/", Object.class);
entity = beansRestTemplate().getForEntity("/actuator/beans/", Object.class);
assertThat(entity.getStatusCode()).isEqualTo(HttpStatus.OK);
}

Loading…
Cancel
Save