We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23a702 commit 0c8afa1Copy full SHA for 0c8afa1
spec/unit/puppet/provider/dsc_base_provider/dsc_base_provider_spec.rb
@@ -1797,6 +1797,7 @@
1797
allow(Puppet::Pops::Types::PSensitiveType::Sensitive).to receive(:===).with(password).and_return(true)
1798
allow(password).to receive(:unwrap).and_return('bar')
1799
end
1800
+
1801
it 'unwraps the credential hash and interpolates the appropriate variable' do
1802
expect(password).to receive(:unwrap).and_return('FooPassword')
1803
expect(provider).to receive(:interpolate_variables).with(formatted_param_hash).and_return(variable_interpolated_param_hash)
0 commit comments