From 13989b4e6718d12af6f63a6d79d51041ccaa45be Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Sun, 21 Oct 2018 17:31:13 +0200 Subject: [PATCH] Removed faulty option in context block Change-Id: I6609d5b862d24bf8043a37064ac0f5d8938cad23 --- spec/classes/octavia_init_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/classes/octavia_init_spec.rb b/spec/classes/octavia_init_spec.rb index a5922a8b..b54297d9 100644 --- a/spec/classes/octavia_init_spec.rb +++ b/spec/classes/octavia_init_spec.rb @@ -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