Skip to content

Commit 41d7a66

Browse files
committed
Unbreak test
1 parent 85518d7 commit 41d7a66

File tree

1 file changed

+1
-1
lines changed
  • tests/integration/test_refreshable_mv

1 file changed

+1
-1
lines changed

tests/integration/test_refreshable_mv/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def started_cluster():
5656
def cleanup():
5757
yield
5858

59-
for node in nodes:
59+
for node in nodes + [reading_node]:
6060
node.query(
6161
"drop database if exists re sync;"
6262
"drop table if exists system.a;")

0 commit comments

Comments
 (0)