Skip to content

Commit

Permalink
leftover of telemetry component rename
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Jun 14, 2024
1 parent 39bd8eb commit e8163d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/datadog/tracing/contrib/extensions_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
end

it 'sends a telemetry integrations change event' do
expect_any_instance_of(Datadog::Core::Telemetry::Client).to receive(:integrations_change!)
expect_any_instance_of(Datadog::Core::Telemetry::Component).to receive(:integrations_change!)
configure
end
end
Expand Down

0 comments on commit e8163d8

Please sign in to comment.