Skip to content

Commit eeffb42

Browse files
committed
Lint
1 parent fd7b84c commit eeffb42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/datadog/tracing/transport/http_spec.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@
182182
end
183183

184184
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) }
185+
before do
186+
expect(Datadog.configuration.tracing.non_billing).to receive(:enabled).and_return(tracing_non_billing_enabled)
187+
end
186188

187189
context 'is true' do
188190
let(:tracing_non_billing_enabled) { true }

0 commit comments

Comments
 (0)