Skip to content

Commit 43cfabb

Browse files
committed
Add model_snapshot_retention_days
This commit adds model_snapshot_retention_days to the expected serialized json
1 parent 605c6b1 commit 43cfabb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Tests/XPack/MachineLearning/PutJob/PutJobApiTests.cs

Lines changed: 2 additions & 1 deletion
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)