Removed faulty option in context block

Change-Id: I6609d5b862d24bf8043a37064ac0f5d8938cad23
This commit is contained in:
Tobias Urdin
2018-10-21 17:31:13 +02:00
parent a040311dfc
commit 13989b4e67

View File

@@ -129,7 +129,7 @@ describe 'octavia' do
end
end
context 'with rabbit_ha_queues set to false and with rabbit_hosts' do
context 'with rabbit_ha_queues set to false' do
let :params do
{ :rabbit_ha_queues => 'false' }
end