Fix the default parameter value in spec test
The default parameter value is 'SERVICE DEFAULT', not 'SERVICE_DEFAULT'. Change-Id: If956252868cfb7890e40e5fa2639887b3a1c1ee6 Closes-Bug: #1690973
This commit is contained in:
parent
68735b113b
commit
002e02d5dc
@ -34,7 +34,7 @@ describe 'barbican::api' do
|
||||
:notification_transport_url => '<SERVICE DEFAULT>',
|
||||
:notification_driver => '<SERVICE DEFAULT>',
|
||||
:notification_topics => '<SERVICE DEFAULT>',
|
||||
:rabbit_host => '<SERVICE_DEFAULT>',
|
||||
:rabbit_host => '<SERVICE DEFAULT>',
|
||||
:rabbit_hosts => ['<SERVICE DEFAULT>'],
|
||||
:rabbit_password => '<SERVICE DEFAULT>',
|
||||
:rabbit_port => '<SERVICE DEFAULT>',
|
||||
|
Loading…
x
Reference in New Issue
Block a user