Skip to content

Commit

Permalink
Fix acceptance test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Apr 11, 2024
1 parent 85d4b0a commit 7716ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper_acceptance_local.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ def create_repo
PP
LitmusHelper.instance.apply_manifest(pp)
else
unless run_bolt_task('package', 'action' => 'status', 'name' => 'git')
unless LitmusHelper.instance.run_bolt_task('package', 'action' => 'status', 'name' => 'git')
puts 'Git package is required for this module'
exit
end
unless run_bolt_task('package', 'action' => 'status', 'name' => 'subversion')
unless LitmusHelper.instance.run_bolt_task('package', 'action' => 'status', 'name' => 'subversion')
puts 'Subversion package is required for this module'
exit
end
Expand Down

0 comments on commit 7716ce1

Please sign in to comment.