Skip to content

Commit 0c8afa1

Browse files
committed
Fix rubocop
1 parent d23a702 commit 0c8afa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/unit/puppet/provider/dsc_base_provider/dsc_base_provider_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,6 +1797,7 @@
17971797
allow(Puppet::Pops::Types::PSensitiveType::Sensitive).to receive(:===).with(password).and_return(true)
17981798
allow(password).to receive(:unwrap).and_return('bar')
17991799
end
1800+
18001801
it 'unwraps the credential hash and interpolates the appropriate variable' do
18011802
expect(password).to receive(:unwrap).and_return('FooPassword')
18021803
expect(provider).to receive(:interpolate_variables).with(formatted_param_hash).and_return(variable_interpolated_param_hash)

0 commit comments

Comments
 (0)