The with_secret is missing for pasword parameter in unit test

Change-Id: Ic18e89a378a97a0cc5075f2024d33f5f1bb484b1
This commit is contained in:
ZhongShengping 2019-11-29 15:24:11 +08:00
parent a0653bd4eb
commit ddafebdfd0
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ describe 'manila::network::neutron' do
is_expected.to contain_manila_config('neutron/cafile').with_value('/foo/ssl/certs/ca.crt')
is_expected.to contain_manila_config('neutron/project_name').with_value('service2')
is_expected.to contain_manila_config('neutron/username').with_value('neutronv2')
is_expected.to contain_manila_config('neutron/password').with_value('321321')
is_expected.to contain_manila_config('neutron/password').with_value('321321').with_secret(true)
is_expected.to contain_manila_config('neutron/timeout').with_value(30)
end
end