Include deps class in unit test for postgresql

Change-Id: I348b04381d4c1d61c2d425011c6ec3fb44c6513d
This commit is contained in:
ZhongShengping 2020-10-10 09:31:12 +08:00
parent 57a40610d3
commit 4ad47a8fce
1 changed files with 2 additions and 0 deletions

View File

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