We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be690fa commit cc66cecCopy full SHA for cc66cec
tests/Tests/XPack/MachineLearning/MachineLearningInfo/MachineLearningInfoApiTests.cs
@@ -56,7 +56,7 @@ protected override void ExpectResponse(MachineLearningInfoResponse response)
56
{
57
var analyzer = anomalyDetectors.CategorizationAnalyzer;
58
analyzer.Should().NotBeNull();
59
- analyzer.Tokenizer.Should().Be("ml_classic");
+ analyzer.Tokenizer.Should().Be(TestClient.Configuration.InRange("<7.14.0") ? "ml_classic" : "ml_standard");
60
analyzer.Filter.Should().NotBeNullOrEmpty();
61
}
62
0 commit comments