polishing

This commit is contained in:
Oleg Zhurakousky
2022-04-26 10:32:20 +02:00
parent 4dae3d0324
commit 9830dcd7ea

View File

@@ -82,7 +82,7 @@ public class StreamBridgeTests {
}
@Test
void test_SCF_856() throws Exception {
public void test_SCF_856() throws Exception {
try (ConfigurableApplicationContext context = new SpringApplicationBuilder(
TestChannelBinderConfiguration.getCompleteConfiguration(EmptyConfiguration.class))
.web(WebApplicationType.NONE).run("--spring.jmx.enabled=false")) {