mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
parent
42710a4ffd
commit
b21a4bbf67
1 changed files with 1 additions and 1 deletions
2
docs/static/contributing-patch.asciidoc
vendored
2
docs/static/contributing-patch.asciidoc
vendored
|
@ -308,7 +308,7 @@ require "logstash/outputs/zeromq"
|
|||
require "logstash/devutils/rspec/spec_helper"
|
||||
|
||||
describe LogStash::Outputs::ZeroMQ do
|
||||
let(:output) { described_class.new("mode" => "server", "topology" => "pushpull" }
|
||||
let(:output) { described_class.new("mode" => "server", "topology" => "pushpull") }
|
||||
let(:tracer) { double("logger") }
|
||||
|
||||
context "when in server mode" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue