Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Oct 21, 2024
1 parent 83337d4 commit 8fff92a
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ setup:

- match: { result: "created" }

- do:
cluster.health:
index: .synonyms-2
level: shards
timeout: 60s
wait_for_status: yellow
wait_for_no_initializing_shards: true

- do:
synonyms.get_synonym:
id: test-update-synonyms

- is_true: synonyms_set.0.id
- is_true: synonyms_set.1.id

Expand Down

0 comments on commit 8fff92a

Please sign in to comment.