Skip to content

Commit 7891f7a

Browse files
evgenibastelfreak
authored andcommitted
use URI password notation
1 parent febd473 commit 7891f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/foreman_openbolt_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
it_behaves_like 'the foreman application'
1616

17-
describe curl_command("https://#{host_inventory['fqdn']}/api/plugins", cacert: '/etc/foreman-certs/certificate.pem', user: 'admin:changeme') do
17+
describe curl_command("https://admin:changeme@#{host_inventory['fqdn']}/api/plugins", cacert: '/etc/foreman-certs/certificate.pem') do
1818
its(:stdout) { should include('foreman_openbolt') }
1919
its(:exit_status) { should eq 0 }
2020
end

0 commit comments

Comments
 (0)