mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Clone LogStash::SETTINGS in logstash-core/spec/logstash/pipeline_dlq_commit_spec.rb
Explained in the issue 7551 (#7552) Fixes #7551
This commit is contained in:
parent
e8f556d07e
commit
b06767b71e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class DLQCommittingFilter < LogStash::Filters::Base
|
|||
end
|
||||
|
||||
describe LogStash::Pipeline do
|
||||
let(:pipeline_settings_obj) { LogStash::SETTINGS }
|
||||
let(:pipeline_settings_obj) { LogStash::SETTINGS.clone }
|
||||
let(:pipeline_settings) do
|
||||
{
|
||||
"pipeline.workers" => 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue