|
@@ -70,7 +70,7 @@ public class PrometheusHttpsMetricsProviderTest extends PrometheusMetricsTestBas
|
|
}
|
|
}
|
|
|
|
|
|
@Test
|
|
@Test
|
|
- void testHttpResponce() throws Exception {
|
|
|
|
|
|
+ void testHttpResponse() throws Exception {
|
|
Properties configuration = new Properties();
|
|
Properties configuration = new Properties();
|
|
configuration.setProperty("httpPort", String.valueOf(httpPort));
|
|
configuration.setProperty("httpPort", String.valueOf(httpPort));
|
|
initializeProviderWithCustomConfig(configuration);
|
|
initializeProviderWithCustomConfig(configuration);
|
|
@@ -88,7 +88,7 @@ public class PrometheusHttpsMetricsProviderTest extends PrometheusMetricsTestBas
|
|
}
|
|
}
|
|
|
|
|
|
@Test
|
|
@Test
|
|
- void testHttpAndHttpsResponce() throws Exception {
|
|
|
|
|
|
+ void testHttpAndHttpsResponse() throws Exception {
|
|
Properties configuration = new Properties();
|
|
Properties configuration = new Properties();
|
|
configuration.setProperty("httpsPort", String.valueOf(httpsPort));
|
|
configuration.setProperty("httpsPort", String.valueOf(httpsPort));
|
|
configuration.setProperty("httpPort", String.valueOf(httpPort));
|
|
configuration.setProperty("httpPort", String.valueOf(httpPort));
|