Skip to content

Commit

Permalink
Add model_snapshot_retention_days
Browse files Browse the repository at this point in the history
This commit adds model_snapshot_retention_days
to the expected serialized json
  • Loading branch information
russcam committed Jun 19, 2020
1 parent 605c6b1 commit 43cfabb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Tests/XPack/MachineLearning/PutJob/PutJobApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ public PutJobWithCustomRulesApiTests(MachineLearningCluster cluster, EndpointUsa
time_field = "@timestamp"
},
description = "Lab 1 - Simple example",
results_index_name = "server-metrics"
results_index_name = "server-metrics",
model_snapshot_retention_days = 1
};

protected override int ExpectStatusCode => 200;
Expand Down

0 comments on commit 43cfabb

Please sign in to comment.