Skip to content

Commit 82bcf9c

Browse files
author
Sam Banks
committed
removed all slashes from rrd path
1 parent ac0d9ab commit 82bcf9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/classes/datadog_agent_integrations_cacti_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
mysql_host: 'localhost',
2121
mysql_user: 'foo',
2222
mysql_password: 'bar',
23-
rrd_path: '/var/foo/',
23+
rrd_path: 'path',
2424
}}
2525
it { should contain_file(conf_file).with_content(/mysql_host: localhost/) }
2626
it { should contain_file(conf_file).with_content(/mysql_user: foo/) }
2727
it { should contain_file(conf_file).with_content(/mysql_password: bar/) }
28-
it { should contain_file(conf_file).with_content(/rrd_path: /var/foo//) }
28+
it { should contain_file(conf_file).with_content(/rrd_path: path/) }
2929
end
3030
end

0 commit comments

Comments
 (0)