mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- fix syntax
This commit is contained in:
parent
4329ff98cf
commit
61aac12911
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ describe "inputs/redis" do
|
|||
}
|
||||
CONFIG
|
||||
|
||||
before :each { populate(key, event_count) }
|
||||
before(:each) { populate(key, event_count) }
|
||||
input { |plugins| process(plugins, event_count) }
|
||||
end
|
||||
|
||||
|
@ -60,7 +60,7 @@ describe "inputs/redis" do
|
|||
}
|
||||
CONFIG
|
||||
|
||||
before :each { populate(key, event_count) }
|
||||
before(:each) { populate(key, event_count) }
|
||||
input { |plugins| process(plugins, event_count) }
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue