Fix unit tests for latest puppet version
It's required to have title in 'not contain' test.
Change-Id: I64857817bb0ccae98d80d5eb76bc8c5e10c5f3fc
(cherry picked from commit 6c98032ea5)
This commit is contained in:
committed by
Denis Egorenko
parent
683a3f4d92
commit
26291816fe
@@ -78,7 +78,7 @@ describe 'openstacklib::messaging::rabbitmq' do
|
||||
params.merge!( :manage_vhost => false )
|
||||
end
|
||||
|
||||
it { is_expected.not_to contain_rabbitmq_vhost }
|
||||
it { is_expected.not_to contain_rabbitmq_vhost('/') }
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user