Skip to content

Commit 715aaa3

Browse files
dhoardfstab
authored andcommitted
Added missing @test annotation
Signed-off-by: Doug Hoard <[email protected]>
1 parent 3af6571 commit 715aaa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

simpleclient_httpserver/src/test/java/io/prometheus/client/exporter/TestHTTPServer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ public void testHEADRequestWithSSL() throws GeneralSecurityException, IOExceptio
428428
}
429429
}
430430

431+
@Test
431432
public void testSimpleRequestHttpServerWithHTTPMetricHandler() throws IOException {
432433
InetSocketAddress inetSocketAddress = new InetSocketAddress("localhost", 0);
433434
HttpServer httpServer = HttpServer.create(inetSocketAddress, 0);

0 commit comments

Comments
 (0)