Skip to content

Commit c267987

Browse files
committed
rubocop
1 parent 151a5c4 commit c267987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/datadog/core/configuration/agentless_settings_resolver_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
let(:url_override) { 'xyz://hello.world' }
129129

130130
before do
131-
expect(logger).to receive(:warn).with("Invalid URI scheme 'xyz' for c.telemetry.agentless_url_override. Ignoring the contents of c.telemetry.agentless_url_override.")
131+
expect(logger).to receive(:warn).with("Invalid URI scheme 'xyz' for c.telemetry.agentless_url_override. Ignoring the contents of c.telemetry.agentless_url_override.") # rubocop:disable Layout/LineLength
132132
end
133133

134134
include_examples 'returns values expected by default'

0 commit comments

Comments
 (0)