Skip to content

Commit 77c5bfd

Browse files
committed
fix
1 parent a1ac790 commit 77c5bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/datadog/core/configuration/components_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@
472472
.and_return(runtime_metrics)
473473

474474
expect(Datadog::Core::Workers::RuntimeMetrics).to receive(:new)
475-
.with(default_options.merge(options))
475+
.with(default_options.merge(options).merge(logger: logger))
476476
.and_return(runtime_metrics_worker)
477477
end
478478

0 commit comments

Comments
 (0)