Queues with plugins - tests, run amqqueue:to_printable in broker

It needs access to registry for the queue type
This commit is contained in:
Diana Parra Corbacho 2025-03-17 17:02:41 +01:00 committed by Iliia Khaprov
parent e408c9e0f2
commit 3f4fa167c5
No known key found for this signature in database
GPG Key ID: 4DCFF8F358E49AED
1 changed files with 1 additions and 1 deletions

View File

@ -4270,7 +4270,7 @@ leader_health_check(Config) ->
[Q1Data, Q2Data, Q3Data, Q4Data, Q5Data, Q6Data] = QQ_Data =
[begin
rabbit_ct_broker_helpers:rpc(Config, 0, ra_leaderboard, clear, [Q_ClusterName]),
_QData = amqqueue:to_printable(Q_Res, rabbit_quorum_queue)
rabbit_ct_broker_helpers:rpc(Config, 0, amqqueue, to_printable, [Q_Res, rabbit_quorum_queue])
end
|| {Q_ClusterName, Q_Res} <- QQ_Clusters],