Skip to content

Commit

Permalink
Revert "Skip the prometheus acceptance test on Debian"
Browse files Browse the repository at this point in the history
This reverts commit c0b9611.
  • Loading branch information
mmoll committed Dec 19, 2019
1 parent 10229dd commit 29d21fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/foreman_prometheus_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class { '::foreman':
it { is_expected.to be_listening }
end

describe command("curl -s --cacert /etc/foreman/certificate.pem https://#{host_inventory['fqdn']} -w '\%{redirect_url}' -o /dev/null"), unless: os[:family] == 'debian' do
describe command("curl -s --cacert /etc/foreman/certificate.pem https://#{host_inventory['fqdn']} -w '\%{redirect_url}' -o /dev/null") do
its(:stdout) { is_expected.to eq("https://#{host_inventory['fqdn']}/users/login") }
its(:exit_status) { is_expected.to eq 0 }
end
Expand Down

0 comments on commit 29d21fd

Please sign in to comment.