Skip to content

Commit 52948f4

Browse files
committed
OAK-11750: test updated
1 parent 99b7cbe commit 52948f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oak-search-elastic/src/test/java/org/apache/jackrabbit/oak/plugins/index/elastic/query/inference/InferenceServiceMetricsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public TestInferenceServiceMetrics(String testPrefix) {
237237

238238
@Override
239239
protected String getMetricName(String baseName) {
240-
// This method is called with metricsServiceKey + ";" + name, so we need to preserve that format
240+
// This method is called with metricsServiceKey + "-" + name, so we need to preserve that format
241241
// but still add our test prefix for uniqueness
242242
return testPrefix + "_" + baseName;
243243
}

0 commit comments

Comments
 (0)