Skip to content

Commit 8d58cb8

Browse files
author
Juuso Mäyränen
committed
Fix bad variable ref
1 parent 944c713 commit 8d58cb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/inputs/redis_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def process(conf, event_count)
7373
input {
7474
redis {
7575
type => "blah"
76-
key => "#{key}.*"
76+
key => "#{key_base}.*"
7777
data_type => "pattern_list"
7878
batch_count => 1
7979
}
@@ -94,7 +94,7 @@ def process(conf, event_count)
9494
input {
9595
redis {
9696
type => "blah"
97-
key => "#{key}.*"
97+
key => "#{key_base}.*"
9898
data_type => "pattern_list"
9999
batch_count => 125
100100
}

0 commit comments

Comments
 (0)