Skip to content

Commit

Permalink
fix client_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Jun 14, 2024
1 parent c65b676 commit a248e25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/datadog/core/telemetry/client_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
allow(Datadog::Core::Telemetry::Emitter).to receive(:new).and_return(emitter)
allow(emitter).to receive(:request).and_return(response)
allow(response).to receive(:not_found?).and_return(not_found)
allow(response).to receive(:ok?).and_return(!not_found)
end

describe '#initialize' do
Expand Down

0 comments on commit a248e25

Please sign in to comment.