Skip to content

Commit a561a06

Browse files
committed
fix
1 parent b6d21aa commit a561a06

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

integration-tests/it-exporter/it-exporter-duplicate-metrics-sample/src/main/java/io/prometheus/metrics/it/exporter/duplicatemetrics/DuplicateMetricsSample.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,3 @@ private static int parsePortOrExit(String port) {
9191
return 0; // this won't happen
9292
}
9393
}
94-

integration-tests/it-exporter/it-exporter-test/src/test/java/io/prometheus/metrics/it/exporter/test/DuplicateMetricsIT.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ void testDuplicateMetricsInOpenMetricsTextFormat() throws IOException {
9898

9999
@Test
100100
void testDuplicateMetricsInPrometheusProtobufFormat() throws IOException {
101-
start();2
101+
start();
102102
Response response =
103103
scrape(
104104
"GET",
@@ -196,4 +196,3 @@ private String nameParam() {
196196
return "name[]=" + "http_requests_total";
197197
}
198198
}
199-

0 commit comments

Comments
 (0)