Skip to content

Commit 7e37aff

Browse files
p-datadogp
andauthored
remove mock allowances on nil objects (#4295)
Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent 3d54001 commit 7e37aff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/datadog/tracing/contrib/rack/integration_test_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@
5858
allow(Datadog::Core::Remote::Negotiation).to receive(:new).and_return(negotiation)
5959

6060
allow(client).to receive(:id).and_return(remote_client_id)
61-
allow(worker).to receive(:start).and_call_original
62-
allow(worker).to receive(:stop).and_call_original
6361

6462
Datadog.configure do |c|
6563
c.remote.enabled = remote_enabled

0 commit comments

Comments
 (0)