Include deps class in unit test for postgresql

Change-Id: I84875232d7d58df7b11897e352fa2d75af0c7a4e
This commit is contained in:
ZhongShengping 2020-10-10 09:31:12 +08:00
parent 3b36cc5678
commit a0f69b8b5b
1 changed files with 2 additions and 0 deletions

View File

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