Skip to content

Commit 455609e

Browse files
committed
Updates ml.upgrade_job_snapshot test
1 parent 6a53509 commit 455609e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/machine_learning/upgrade_job_snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ setup:
2828
# the attempt.
2929
- do:
3030
index:
31-
index: .ml-anomalies-shared-000001
31+
index: .ml-anomalies-shared
3232
id: upgrade-model-snapshot_model_snapshot_1234567890
3333
body: >
3434
{
@@ -51,7 +51,7 @@ setup:
5151

5252
- do:
5353
indices.refresh:
54-
index: [.ml-anomalies*,.ml-state-000001]
54+
index: [.ml-anomalies*,.ml-state-000001,.ml-anomalies-shared]
5555
---
5656
teardown:
5757
- do:

0 commit comments

Comments
 (0)