Skip to content

Commit fd0c6c0

Browse files
committed
Add model_snapshot_retention_days
This commit adds model_snapshot_retention_days to the expected serialized json (cherry picked from commit 43cfabb)
1 parent d2e9333 commit fd0c6c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: tests/Tests/XPack/MachineLearning/PutJob/PutJobApiTests.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ public PutJobWithCustomRulesApiTests(MachineLearningCluster cluster, EndpointUsa
200200
time_field = "@timestamp"
201201
},
202202
description = "Lab 1 - Simple example",
203-
results_index_name = "server-metrics"
203+
results_index_name = "server-metrics",
204+
model_snapshot_retention_days = 1
204205
};
205206

206207
protected override int ExpectStatusCode => 200;

0 commit comments

Comments
 (0)