Skip to content

Commit 907f8f8

Browse files
committed
try an easy fix
1 parent f40614b commit 907f8f8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • tests/integration/test_storage_delta

tests/integration/test_storage_delta/test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4074,7 +4074,8 @@ def test_network_activity_with_system_tables(started_cluster):
40744074

40754075
query_id = f"{table_name}_query"
40764076
instance.query(
4077-
f"SELECT * FROM system.tables WHERE name = '{table_name}'", query_id=query_id
4077+
f"SELECT database, name, engine FROM system.tables WHERE name = '{table_name}'",
4078+
query_id=query_id,
40784079
)
40794080

40804081
instance.query("SYSTEM FLUSH LOGS text_log")

0 commit comments

Comments
 (0)