try another fix

This commit is contained in:
Yatsishin Ilya 2023-10-10 07:42:30 +00:00
parent 686c3b458d
commit 47512f7b40

View File

@ -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()