Skip to content

Commit

Permalink
Fix unittest(elastic#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
monicasarbu committed May 19, 2015
1 parent e887cb4 commit 0188b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs/elasticsearch/output_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func createElasticsearchConnection(flush_interval int, bulk_size int) Elasticsea
Index: index,
Protocol: "",
Flush_interval: &flush_interval,
BulkMaxSize: &bulk_size,
Bulk_size: &bulk_size,
}, 10)

return elasticsearchOutput
Expand Down

0 comments on commit 0188b73

Please sign in to comment.