[test] remove index= from catch: /regex/ in date math tests
This breaks on some clients and is not required for the actual test
This commit is contained in:
parent
3ab3938501
commit
f2fa279af1
|
@ -2,6 +2,6 @@
|
|||
"Missing index with catch":
|
||||
|
||||
- do:
|
||||
catch: /index=logstash-\d{4}\.\d{2}\.\d{2}/
|
||||
catch: /logstash-\d{4}\.\d{2}\.\d{2}/
|
||||
search:
|
||||
index: <logstash-{now/M}>
|
||||
|
|
Loading…
Reference in New Issue