Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Sep 6, 2024
1 parent f44f8b1 commit 72702ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/datadog/core/telemetry/request_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
)
end

context "when Datadog::CI is loaded and ci mode is enabled" do
context 'when Datadog::CI is loaded and ci mode is enabled' do
before do
stub_const('Datadog::CI::VERSION::STRING', '1.2.3')
expect(Datadog).to receive(:configuration).and_return(
Expand Down

0 comments on commit 72702ff

Please sign in to comment.