Skip to content

Commit

Permalink
Test with stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed Jun 14, 2024
1 parent 96b7c3f commit 5642801
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/acceptance/observium_install_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ class { 'observium':
end

describe command('/usr/bin/curl http://127.0.0.1 -I') do
its(:exit_status) { should eq 0 }
# its(:exit_status) { should eq 0 }
its(:stdout) { should contain 'HTTP/1.1 200 OK' }
end

describe cron do
Expand Down

0 comments on commit 5642801

Please sign in to comment.