mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -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
|
CONFIG
|
||||||
|
|
||||||
before :each { populate(key, event_count) }
|
before(:each) { populate(key, event_count) }
|
||||||
input { |plugins| process(plugins, event_count) }
|
input { |plugins| process(plugins, event_count) }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ describe "inputs/redis" do
|
||||||
}
|
}
|
||||||
CONFIG
|
CONFIG
|
||||||
|
|
||||||
before :each { populate(key, event_count) }
|
before(:each) { populate(key, event_count) }
|
||||||
input { |plugins| process(plugins, event_count) }
|
input { |plugins| process(plugins, event_count) }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue