[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:
Nik Everett 2015-09-10 09:35:03 -04:00
parent 9802c38fa7
commit 2574b5e7f4
1 changed files with 1 additions and 1 deletions

View File

@ -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}$/