Skip to content

Commit ab8a333

Browse files
committed
fix typo in test
1 parent 7f7fa48 commit ab8a333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/classes/puppet_config_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165

166166
describe 'with custom hostprivkey set' do
167167
let :params do
168-
super().merge(hostprivkey: 'hostprivkey = $privatekeydir/$certname.pem { mode = 660 }'])
168+
super().merge(hostprivkey: 'hostprivkey = $privatekeydir/$certname.pem { mode = 660 }')
169169
end
170170

171171
it { is_expected.to contain_puppet__config__main('hostprivkey').with_value('$privatekeydir/$certname.pem { mode = 660 }') }

0 commit comments

Comments
 (0)