Skip to content

Commit eafc929

Browse files
committed
[ci skip] Removing debug puts from spec
1 parent 70036b4 commit eafc929

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/unit/outputs/elasticsearch_ssl_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@
181181
let(:settings) { super().reject { |k| "ssl_key".eql?(k) } }
182182

183183
it "should raise a configuration error" do
184-
puts settings
185184
expect { subject.register }.to raise_error(LogStash::ConfigurationError, /You must set both "ssl_certificate" and "ssl_key"/)
186185
end
187186
end

0 commit comments

Comments
 (0)