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

(cherry picked from commit 43cfabb)
  • Loading branch information
russcam committed Jun 19, 2020
1 parent d2e9333 commit fd0c6c0
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 fd0c6c0

Please sign in to comment.