Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Fix Grafana server spec test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbloomer committed Jul 20, 2015
1 parent eccc704 commit 3a541ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef/test/integration/default/serverspec/default_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

describe file('/var/lib/grafana/grafana.db') do
it { should be_file }
its(:md5sum) { should eq '33280bc02f59e5279ee081b19288b446' }
its(:md5sum) { should eq 'bd94e374df06347ba77770ba59ed0fd9' }
it { should be_owned_by 'grafana' }
it { should be_grouped_into 'grafana' }
it { should be_readable }
Expand Down

0 comments on commit 3a541ba

Please sign in to comment.