spec/inputs/mongoprofile_spec.rb in logstash-input-mongoprofile-0.1.15 vs spec/inputs/mongoprofile_spec.rb in logstash-input-mongoprofile-0.1.16

- old
+ new

@@ -3,9 +3,9 @@ require "logstash/inputs/mongoprofile" describe LogStash::Inputs::Mongoprofile do it_behaves_like "an interruptible input plugin" do - let(:config) { { "interval" => 100 } } + let(:config) { { "interval" => 100, "url" => "mongodb://192.168.1.37/eleet-v2-dev", "path" => "/home/artem"} } end end