From 01bee0899354aaecbd07eb1336d3345cf2424f18 Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Wed, 13 Nov 2024 08:58:53 -0500 Subject: [PATCH] fix test --- spec/datadog/core/configuration_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/datadog/core/configuration_spec.rb b/spec/datadog/core/configuration_spec.rb index d3a9b6d884..a8e5c6de47 100644 --- a/spec/datadog/core/configuration_spec.rb +++ b/spec/datadog/core/configuration_spec.rb @@ -57,7 +57,7 @@ expect(new_components) .to have_received(:startup!) - .with(test_class.configuration) + .with(test_class.configuration, old_state: {remote_started: nil}) .ordered expect(new_components).to_not have_received(:shutdown!)