mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
14 lines
256 B
YAML
14 lines
256 B
YAML
---
|
|
"Test get watch api with missing watch":
|
|
- do:
|
|
cluster.health:
|
|
wait_for_status: green
|
|
|
|
|
|
- do:
|
|
catch: missing
|
|
watcher.get_watch:
|
|
id: "missing_watch"
|
|
- match: { found : false}
|
|
- match: { _id: "missing_watch" }
|