Skip to content

Commit 25ab2cd

Browse files
committed
Correct message
1 parent 379284b commit 25ab2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/inference/src/test/java/org/elasticsearch/xpack/inference/common/InferenceServiceNodeLocalRateLimitCalculatorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class InferenceServiceNodeLocalRateLimitCalculatorTests extends ESIntegTe
3434
public void setUp() throws Exception {
3535
super.setUp();
3636
assumeTrue(
37-
"If inference_cluster_aware_rate_limiting_feature_flag_enabled=true we'll fallback to NoopNodeLocalRateLimitCalculator, which shouldn't be tested by this class.",
37+
"If inference_cluster_aware_rate_limiting_feature_flag_enabled=false we'll fallback to NoopNodeLocalRateLimitCalculator, which shouldn't be tested by this class.",
3838
InferenceAPIClusterAwareRateLimitingFeature.INFERENCE_API_CLUSTER_AWARE_RATE_LIMITING_FEATURE_FLAG.isEnabled()
3939
);
4040
}

0 commit comments

Comments
 (0)