Skip to content

Commit c712e12

Browse files
committed
tests message fix and spotlessApply
Signed-off-by: chrislai <[email protected]>
1 parent 093c0e9 commit c712e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ml-algorithms/src/test/java/org/opensearch/ml/engine/algorithms/agent/tracing/MLAgentTracerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public void setup() {
2828
@Test
2929
public void testExceptionThrownForNotInitialized() {
3030
IllegalStateException exception = assertThrows(IllegalStateException.class, MLAgentTracer::getInstance);
31-
assertEquals("MLAgentTracer is not initialized. Call initialize() first or check feature flag.", exception.getMessage());
31+
assertEquals("MLAgentTracer is not initialized. Call initialize() first or enable plugins.ml_commons.agent_tracing_feature_enabled setting.", exception.getMessage());
3232
}
3333

3434
@Test

0 commit comments

Comments
 (0)