Skip to content

Commit 4088dd8

Browse files
authored
[ML] Fixes a deprecation warning introduced in #91936 (#91938)
1 parent 5103a51 commit 4088dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/jobs_get_stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ setup:
453453
- do:
454454
indices.close:
455455
index: .ml-anomalies-shared
456-
wait_for_active_shards: index-setting
456+
wait_for_active_shards: 1
457457

458458
# With the index closed the low level ML API reports a problem
459459
- do:

0 commit comments

Comments
 (0)