You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integration-tests/it-exporter/it-exporter-test/src/test/java/io/prometheus/metrics/it/exporter/test/ExporterIT.java
+1-9
Original file line number
Diff line number
Diff line change
@@ -142,10 +142,6 @@ public void testErrorHandling() throws IOException {
142
142
assertThat(response.stringBody()).contains("Simulating an error.");
143
143
}
144
144
145
-
protectedbooleanheadReturnsContentLength() {
146
-
returntrue;
147
-
}
148
-
149
145
@Test
150
146
publicvoidtestHeadRequest() throwsIOException {
151
147
start();
@@ -154,11 +150,7 @@ public void testHeadRequest() throws IOException {
Copy file name to clipboardExpand all lines: integration-tests/it-exporter/it-exporter-test/src/test/java/io/prometheus/metrics/it/exporter/test/TomcatIT.java
-7
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,4 @@ class TomcatIT extends ExporterIT {
0 commit comments