Merge "Fix broken unit tests because of list in notification drivers"

This commit is contained in:
Zuul 2020-04-15 17:49:47 +00:00 committed by Gerrit Code Review
commit 76aab96999
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ describe 'nova' do
before { params.merge!( :notification_driver => ['ceilometer.compute.nova_notifier', 'nova.openstack.common.notifier.rpc_notifier']) }
it { is_expected.to contain_nova_config('oslo_messaging_notifications/driver').with_value(
'ceilometer.compute.nova_notifier,nova.openstack.common.notifier.rpc_notifier'
['ceilometer.compute.nova_notifier', 'nova.openstack.common.notifier.rpc_notifier']
) }
end