Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vpellan committed Dec 10, 2024
1 parent fd7b84c commit eeffb42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/datadog/tracing/transport/http_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@
end

context 'when Datadog.configuration.tracing.non_billing.enabled' do
before { expect(Datadog.configuration.tracing.non_billing).to receive(:enabled).and_return(tracing_non_billing_enabled) }
before do
expect(Datadog.configuration.tracing.non_billing).to receive(:enabled).and_return(tracing_non_billing_enabled)
end

context 'is true' do
let(:tracing_non_billing_enabled) { true }
Expand Down

0 comments on commit eeffb42

Please sign in to comment.