[TEST] Fix test relying on order of json for matching
This commit is contained in:
parent
9c0b25dcce
commit
f68a06ff99
|
@ -10,7 +10,7 @@
|
||||||
- do:
|
- do:
|
||||||
indexed_template.get:
|
indexed_template.get:
|
||||||
id: 1
|
id: 1
|
||||||
- match: { template: "{\"query\":{\"match_all\":{}},\"size\":\"{{my_size}}\"}"}
|
- match: { template: /.*query\S\S\S\Smatch_all.*/ }
|
||||||
|
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
|
|
Loading…
Reference in New Issue