[test] Fix help test for _cat/shards
We added a new field and the help test didn't expect it to be there.
This commit is contained in:
parent
9802c38fa7
commit
2574b5e7f4
|
@ -39,6 +39,7 @@
|
|||
indexing.index_current .+ \n
|
||||
indexing.index_time .+ \n
|
||||
indexing.index_total .+ \n
|
||||
indexing.index_failed .+ \n
|
||||
merges.current .+ \n
|
||||
merges.current_docs .+ \n
|
||||
merges.current_size .+ \n
|
||||
|
@ -150,4 +151,3 @@
|
|||
- match:
|
||||
$body: |
|
||||
/^(index3 \s+ \d \s+ (p|s) \s+ ((STARTED|INITIALIZING|RELOCATING) \s+ (\d \s+ (\d+|\d+[.]\d+)(kb|b) \s+)? \d{1,3}.\d{1,3}.\d{1,3}.\d{1,3} \s+ .+|UNASSIGNED \s+) \n?){2}$/
|
||||
|
||||
|
|
Loading…
Reference in New Issue