We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7b84c commit eeffb42Copy full SHA for eeffb42
spec/datadog/tracing/transport/http_spec.rb
@@ -182,7 +182,9 @@
182
end
183
184
context 'when Datadog.configuration.tracing.non_billing.enabled' do
185
- before { expect(Datadog.configuration.tracing.non_billing).to receive(:enabled).and_return(tracing_non_billing_enabled) }
+ before do
186
+ expect(Datadog.configuration.tracing.non_billing).to receive(:enabled).and_return(tracing_non_billing_enabled)
187
+ end
188
189
context 'is true' do
190
let(:tracing_non_billing_enabled) { true }
0 commit comments