Fix unit tests for latest puppet version
It's required to have title in 'not contain' test. Change-Id: I64857817bb0ccae98d80d5eb76bc8c5e10c5f3fc
This commit is contained in:

committed by
Denis Egorenko

parent
177604c189
commit
6c98032ea5
@@ -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