Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Nov 13, 2024
1 parent 7c646b0 commit 01bee08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/datadog/core/configuration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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!)
Expand Down

0 comments on commit 01bee08

Please sign in to comment.