Skip to content

Commit 21e3a17

Browse files
authored
Ensure green step in synonyms rule yaml test (#114400)
Fixes test issue serverless 2922.
1 parent 3e06625 commit 21e3a17

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/synonyms/60_synonym_rule_get.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ setup:
1313
id: "test-id-2"
1414
- synonyms: "test => check"
1515
id: "test-id-3"
16-
16+
- do:
17+
cluster.health:
18+
index: .synonyms-2
19+
wait_for_status: green
1720

1821
---
1922
"Get a synonym rule":

0 commit comments

Comments
 (0)