Include deps class in unit test for postgresql

Change-Id: I9004657f9ed0da8f53029d2f07d597bd1fdb5d36
This commit is contained in:
ZhongShengping 2020-10-10 09:31:12 +08:00
parent 39346e44d3
commit e891e3604b
1 changed files with 2 additions and 0 deletions

View File

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