Include deps class in unit test for postgresql
Change-Id: I9004657f9ed0da8f53029d2f07d597bd1fdb5d36
This commit is contained in:
parent
39346e44d3
commit
e891e3604b
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user