Fix broken build
This commit is contained in:
@@ -73,7 +73,7 @@ public class SampleDataJpaApplicationTests {
|
||||
@Test
|
||||
public void testJmx() throws Exception {
|
||||
assertThat(ManagementFactory.getPlatformMBeanServer()
|
||||
.queryMBeans(new ObjectName("jpa.sample:type=ConnectionPool,*"), null))
|
||||
.queryMBeans(new ObjectName("jpa.sample:type=HikariDataSource,*"), null))
|
||||
.hasSize(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user