mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
[Tests] Fix cat.templates to work when other templates exist
This commit fixes the cat.templates REST tests so that it works when other templates exist (like monitoring)
This commit is contained in:
parent
33348a9c7c
commit
0fee59127e
@ -126,6 +126,7 @@
|
||||
- do:
|
||||
cat.templates:
|
||||
v: true
|
||||
name: test
|
||||
|
||||
- match:
|
||||
$body: |
|
||||
@ -160,6 +161,7 @@
|
||||
cat.templates:
|
||||
h: [name, template]
|
||||
v: true
|
||||
name: test*
|
||||
|
||||
- match:
|
||||
$body: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user