Skip to content

Commit

Permalink
Actually fix the issue with the tests, which seems to be that add_fie…
Browse files Browse the repository at this point in the history
…lds in the newer version of logstash cannot be a number?
  • Loading branch information
cyli committed Sep 6, 2015
1 parent 26c9cc5 commit 3eba58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/outputs/slack_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
input {
generator {
message => "This message should show in slack"
add_field => {"extra" => 3}
add_field => {"extra" => "3"}
count => 1
}
}
Expand Down

0 comments on commit 3eba58e

Please sign in to comment.