fix mistakes

Change-Id: I70deb39d2327ee5c03ee1f705d45ad4f3a83a43a
This commit is contained in:
chengebj5238 2018-11-22 20:06:15 +08:00
parent a46ab4e146
commit 3be5f50d4b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ describe 'ceilometer::db::mysql' do
shared_examples_for 'ceilometer mysql database' do
context 'when omiting the required parameter password' do
context 'when omitting the required parameter password' do
before { params.delete(:password) }
it { expect { is_expected.to raise_error(Puppet::Error) } }
end