Include deps class in unit test for postgresql

Change-Id: I8d1269b4f4459c7e3d9514b420a3bc47df057d11
This commit is contained in:
ZhongShengping 2020-10-10 09:31:13 +08:00
parent 8242df96de
commit bfec00363e
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ describe 'zaqar::db::postgresql' do
req_params
end
it { is_expected.to contain_class('zaqar::deps') }
it { is_expected.to contain_openstacklib__db__postgresql('zaqar').with(
:user => 'zaqar',
:password => 'zaqarpass',