Skip to content

Commit d23a702

Browse files
committed
fix rubocop
1 parent c2da416 commit d23a702

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
@@ -1792,6 +1792,7 @@
17921792
let(:variable_interpolated_param_hash) do
17931793
"$InvokeParams = @{Name = 'Foo'; Method = 'Get'; Property = @{credential = $SomeCredential}; ModuleName = 'PuppetDsc'}"
17941794
end
1795+
17951796
before do
17961797
allow(Puppet::Pops::Types::PSensitiveType::Sensitive).to receive(:===).with(password).and_return(true)
17971798
allow(password).to receive(:unwrap).and_return('bar')

0 commit comments

Comments
 (0)