Fix assertion of heartbeat_in_pthread parameter

Its default in puppet-oslo has been changed by [1].

[1] 06a9b12199ed03842bb935749dedf4fc8e20d043

Change-Id: I19c791da17cac3256161c6b80fd7655073cf9482
This commit is contained in:
Takashi Kajinami 2025-02-20 09:50:26 +09:00
parent 24249c602a
commit 165d665691

View File

@ -35,7 +35,7 @@ describe 'magnum' do
:rabbit_ha_queues => '<SERVICE DEFAULT>',
:heartbeat_timeout_threshold => '<SERVICE DEFAULT>',
:heartbeat_rate => '<SERVICE DEFAULT>',
:heartbeat_in_pthread => '<SERVICE DEFAULT>',
:heartbeat_in_pthread => nil,
:rabbit_qos_prefetch_count => '<SERVICE DEFAULT>',
:rabbit_use_ssl => '<SERVICE DEFAULT>',
:kombu_reconnect_delay => '<SERVICE DEFAULT>',