Skip to content

Commit c115ee1

Browse files
committed
Fix build failure
1 parent 0e0ea7f commit c115ee1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/endpoint/jmx/DefaultEndpointObjectNameFactoryTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ public class DefaultEndpointObjectNameFactoryTests {
4242

4343
private final MockEnvironment environment = new MockEnvironment();
4444

45-
private final JmxEndpointProperties properties = new JmxEndpointProperties(
46-
this.environment);
45+
private final JmxEndpointProperties properties = new JmxEndpointProperties();
4746

4847
private final MBeanServer mBeanServer = mock(MBeanServer.class);
4948

0 commit comments

Comments
 (0)