You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/datadog/core/configuration/agentless_settings_resolver_spec.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@
128
128
let(:url_override){'xyz://hello.world'}
129
129
130
130
beforedo
131
-
expect(logger).toreceive(:warn).with("Invalid URI scheme 'xyz' for c.telemetry.agentless_url_override. Ignoring the contents of c.telemetry.agentless_url_override.")
131
+
expect(logger).toreceive(: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
132
132
end
133
133
134
134
include_examples'returns values expected by default'
0 commit comments