Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit e0bc1e1

Browse files
committed
fix unit test
1 parent 26cb5ba commit e0bc1e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/classes/dashboards/puppet_metrics_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ class {'puppet_metrics_dashboard':
7272
)
7373
end
7474

75-
it 'should contain Grafana_dashboard[Archive Process/System Stats]' do
76-
is_expected.to contain_grafana_dashboard('Archive Process/System Stats').with(
75+
it 'should contain Grafana_dashboard[Archive Process-System Stats]' do
76+
is_expected.to contain_grafana_dashboard('Archive Process-System Stats').with(
7777
grafana_url: 'http://localhost:3000',
7878
grafana_user: 'admin',
7979
grafana_password: 'puppetlabs',

0 commit comments

Comments
 (0)