test/plugin/test_out_mixpanel.rb in fluent-plugin-mixpanel-0.0.9 vs test/plugin/test_out_mixpanel.rb in fluent-plugin-mixpanel-0.1.0

- old
+ new

@@ -1,8 +1,9 @@ require 'helper' require 'uri' require 'msgpack' +require 'fluent/plugin/out_mixpanel' class MixpanelOutputTest < Test::Unit::TestCase def setup Fluent::Test.setup @@ -10,9 +11,10 @@ end CONFIG = %[ project_token test_token distinct_id_key user_id + log_level info ] IMPORT_CONFIG = CONFIG + %[ api_key test_api_key use_import true use_legacy_prefix_behavior false