From ab57907629fe09018e585024dc8d7e7d5af66269 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 20 Feb 2025 09:48:22 +0900 Subject: [PATCH] Fix assertion of heartbeat_in_pthread parameter Its default in puppet-oslo has been changed by [1]. [1] 06a9b12199ed03842bb935749dedf4fc8e20d043 Change-Id: Ic761e9155266b2e1dab764c094102d5a6cbeec3e --- spec/classes/cloudkitty_init_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/classes/cloudkitty_init_spec.rb b/spec/classes/cloudkitty_init_spec.rb index fb0e13d..7bfcb20 100644 --- a/spec/classes/cloudkitty_init_spec.rb +++ b/spec/classes/cloudkitty_init_spec.rb @@ -31,7 +31,7 @@ describe 'cloudkitty' do :rabbit_use_ssl => '', :heartbeat_timeout_threshold => '', :heartbeat_rate => '', - :heartbeat_in_pthread => '', + :heartbeat_in_pthread => nil, :kombu_reconnect_delay => '', :kombu_failover_strategy => '', :amqp_durable_queues => '',