Skip to content

Commit

Permalink
get rid of agent settings
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Oct 25, 2024
1 parent 07fe7bc commit bc9192f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions spec/datadog/di/probe_notifier_worker_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@
end
end

let(:agent_settings) do
double('agent settings')
end

let(:transport) do
double('transport')
end

let(:worker) { described_class.new(settings, agent_settings, transport) }
let(:worker) { described_class.new(settings, transport) }

context 'not started' do
describe '#add_snapshot' do
Expand Down

0 comments on commit bc9192f

Please sign in to comment.