Skip to content

Commit 05f9fa1

Browse files
Update ML info assertion (#5872) (#5875)
Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
1 parent 9163dad commit 05f9fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Tests/XPack/MachineLearning/MachineLearningInfo/MachineLearningInfoApiTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected override void ExpectResponse(MachineLearningInfoResponse response)
5656
{
5757
var analyzer = anomalyDetectors.CategorizationAnalyzer;
5858
analyzer.Should().NotBeNull();
59-
analyzer.Tokenizer.Should().Be("ml_classic");
59+
analyzer.Tokenizer.Should().Be(TestClient.Configuration.InRange("<7.14.0") ? "ml_classic" : "ml_standard");
6060
analyzer.Filter.Should().NotBeNullOrEmpty();
6161
}
6262

0 commit comments

Comments
 (0)