Skip to content

Commit

Permalink
remove mock allowances on nil objects
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Jan 15, 2025
1 parent fe9272b commit c7e10fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/datadog/tracing/contrib/rack/integration_test_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@
allow(Datadog::Core::Remote::Negotiation).to receive(:new).and_return(negotiation)

allow(client).to receive(:id).and_return(remote_client_id)
allow(worker).to receive(:start).and_call_original
allow(worker).to receive(:stop).and_call_original

Datadog.configure do |c|
c.remote.enabled = remote_enabled
Expand Down

0 comments on commit c7e10fb

Please sign in to comment.