We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5f52b commit 1c177bdCopy full SHA for 1c177bd
1 file changed
spec/acceptance/pip_spec.rb
@@ -18,7 +18,7 @@ class { 'python':
18
apply_manifest(pp, catch_failures: true)
19
apply_manifest(pp, catch_changes: true)
20
end
21
- describe command('/opt/agent/venv/bin/pip list') do
+ describe command('/usr/bin/pip list') do
22
its(:exit_status) { is_expected.to eq 0 }
23
its(:stdout) { is_expected.to match %r{agent.* 0\.1\.2} }
24
0 commit comments