Restart CI

This commit is contained in:
Kruglov Pavel 2024-01-30 00:42:51 +01:00 committed by GitHub
parent 3a5ba56c36
commit ff1cdf6bee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3547,6 +3547,5 @@ def test_attach_broken_table(rabbitmq_cluster):
error = instance.query_and_get_error("SELECT * FROM rabbit_queue")
assert "CANNOT_CONNECT_RABBITMQ" in error
error = instance.query_and_get_error("INSERT INTO rabbit_queue VALUES ('test')")
assert "CANNOT_CONNECT_RABBITMQ" in error