Include deps class in unit test for postgresql
Change-Id: Icc24fa9e3f5698da9ef77deec328e1f7d386c87c
This commit is contained in:
parent
0ef0a0edad
commit
8a70f5ee1c
@ -16,6 +16,8 @@ describe 'manila::db::postgresql' do
|
||||
req_params
|
||||
end
|
||||
|
||||
it { is_expected.to contain_class('manila::deps') }
|
||||
|
||||
it { is_expected.to contain_openstacklib__db__postgresql('manila').with(
|
||||
:user => 'manila',
|
||||
:password => 'manilapass',
|
||||
|
Loading…
x
Reference in New Issue
Block a user