black check

This commit is contained in:
Yarik Briukhovetskyi 2024-05-28 16:53:14 +02:00 committed by GitHub
parent 6298d23a2f
commit c572290e50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,10 +31,7 @@ def test_distributed_table_with_alias(start_cluster):
)
try:
# Attempt to execute the query
node.query(
"WITH 'Hello' AS `alias` SELECT `alias` FROM dist GROUP BY `alias`;"
)
node.query("WITH 'Hello' AS `alias` SELECT `alias` FROM dist GROUP BY `alias`;")
except QueryRuntimeException as e:
# If an exception occurs, fail the test
pytest.fail(f"Query raised an exception: {e}")