Include deps class in unit test for mysql
Change-Id: Ie6a019458261ce96ad91a6c923bc5c5a9ccfaebe
This commit is contained in:
parent
b3280eac4f
commit
f424c8bad8
@ -16,6 +16,8 @@ describe 'watcher::db::mysql' do
|
||||
required_params
|
||||
end
|
||||
|
||||
it { should contain_class('watcher::deps') }
|
||||
|
||||
it { is_expected.to contain_openstacklib__db__mysql('watcher').with(
|
||||
:user => 'watcher',
|
||||
:password => 'watcherpass',
|
||||
|
Loading…
x
Reference in New Issue
Block a user