Include deps class in unit test for mysql

Change-Id: I957a6eed50931a701ef51a9cc23ccdfd467e18c2
This commit is contained in:
ZhongShengping 2020-10-09 09:59:55 +08:00
parent 0492b3582b
commit 00fcc939c7

View File

@ -16,6 +16,8 @@ describe 'zaqar::db::mysql' do
}
end
it { should contain_class('zaqar::deps') }
describe 'with only required params' do
it { is_expected.to contain_openstacklib__db__mysql('zaqar').with(
'user' => 'zaqar',