Skip to content

Commit

Permalink
*fix* blackbox spec tests. FACEPALM - s/_/-/ one character error in c…
Browse files Browse the repository at this point in the history
…onfig filename
  • Loading branch information
bramblek1 committed Oct 19, 2017
1 parent b411a0e commit cd00802
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/classes/blackbox_exporter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
end
describe 'config file contents' do
it {
verify_contents(catalogue, '/etc/blackbox_exporter.yaml', ['---', 'modules:', ' http_2xx:', ' prober: http'])
is_expected.to contain_file('/etc/blackbox-exporter.yaml')
verify_contents(catalogue, '/etc/blackbox-exporter.yaml', ['---', 'modules:', ' http_2xx:', ' prober: http'])
}
end
end
Expand Down

0 comments on commit cd00802

Please sign in to comment.