Skip to content

Commit 1c177bd

Browse files
committed
Fixed pip path
1 parent 7f5f52b commit 1c177bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/acceptance/pip_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class { 'python':
1818
apply_manifest(pp, catch_failures: true)
1919
apply_manifest(pp, catch_changes: true)
2020
end
21-
describe command('/opt/agent/venv/bin/pip list') do
21+
describe command('/usr/bin/pip list') do
2222
its(:exit_status) { is_expected.to eq 0 }
2323
its(:stdout) { is_expected.to match %r{agent.* 0\.1\.2} }
2424
end

0 commit comments

Comments
 (0)