Skip to content

Commit

Permalink
Merge pull request #3318 from donoghuc/fix-test
Browse files Browse the repository at this point in the history
(maint) Fix bug in plan_spec integration test
  • Loading branch information
mcdonaldseanp authored May 21, 2024
2 parents 14f8e38 + e2d4292 commit 6bc9259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/plan_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

it "prints the spinner when running executor functions", ssh: true do
expect_any_instance_of(Bolt::Outputter::Human).to receive(:start_spin).at_least(:once)
run_cli(%w[plan run sample::noop --targets #{target}] + config_flags, **opts)
run_cli(%W[plan run sample::noop --targets #{target}] + config_flags, **opts)
end

it "doesn't print the spinner when running non-executor functions", ssh: true do
Expand Down

0 comments on commit 6bc9259

Please sign in to comment.