Skip to content

Commit 7ccf852

Browse files
committed
use docket image name as test param
1 parent ec7946c commit 7ccf852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/jmx-metrics/library/src/test/java/io/opentelemetry/instrumentation/jmx/rules/JettyIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class JettyIntegrationTest extends TargetSystemTest {
2323

2424
private static final int JETTY_PORT = 8080;
2525

26-
@ParameterizedTest
26+
@ParameterizedTest(name="jetty:{arguments}")
2727
@ValueSource(ints = {9, 10, 11, 12})
2828
void testCollectedMetrics(int jettyMajorVersion) {
2929

0 commit comments

Comments
 (0)