Skip to content

Commit

Permalink
Test again
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed May 31, 2024
1 parent 444278e commit 4e489ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/acceptance/observium_install_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

describe file("/opt/observium/config.php") do
it { is_expected.to be_file }
its(:content) { should contain "$config['install_dir'] = \"/opt/observium\"" }
its(:content) { should contain "$config['db_host'] = 'localhost';" }
it { should contain "$config['install_dir'] = \"/opt/observium\"" }
it { should contain "$config['db_host'] = 'localhost';" }
end

describe port(80) do
Expand Down

0 comments on commit 4e489ca

Please sign in to comment.