Skip to content

Commit

Permalink
Try with other "
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed May 31, 2024
1 parent e4119e6 commit 444278e
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\';' }
its(:content) { should contain "$config['install_dir'] = \"/opt/observium\"" }
its(:content) { should contain "$config['db_host'] = 'localhost';" }
end

describe port(80) do
Expand Down

0 comments on commit 444278e

Please sign in to comment.