mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
try another fix
This commit is contained in:
parent
686c3b458d
commit
47512f7b40
@ -2744,7 +2744,7 @@ def test_rabbitmq_random_detach(rabbitmq_cluster):
|
||||
exchange="test_sharding",
|
||||
routing_key="",
|
||||
properties=pika.BasicProperties(message_id=mes_id),
|
||||
body=message,
|
||||
body=messages[-1],
|
||||
)
|
||||
connection.close()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user