mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
d7de41802e
commit
674baa7f08
1 changed files with 1 additions and 1 deletions
2
docs/static/contributing-patch.asciidoc
vendored
2
docs/static/contributing-patch.asciidoc
vendored
|
@ -314,7 +314,7 @@ describe LogStash::Outputs::ZeroMQ do
|
|||
context "when in server mode" do
|
||||
it "a ‘bound’ info line is logged" do
|
||||
allow(tracer).to receive(:debug)
|
||||
output.logger = logger
|
||||
output.logger = tracer
|
||||
expect(tracer).to receive(:info).with("0mq: bound", {:address=>"tcp://127.0.0.1:2120"})
|
||||
output.register
|
||||
output.do_close
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue