mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
Include stud/try module to elasticsearch_spec test
Previously, a few elasticsearch integration tests relied on this module, but the module could not be found. Fixes #1929
This commit is contained in:
parent
a91c3c80f7
commit
475afda874
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ require "spec_helper"
|
|||
require "ftw"
|
||||
require "logstash/plugin"
|
||||
require "logstash/json"
|
||||
require "stud/try"
|
||||
|
||||
describe "outputs/elasticsearch" do
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue