Skip to content

Commit 97b54ad

Browse files
committed
typo
1 parent afc66a7 commit 97b54ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/test_operator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def test_operator_restart(self, manifest, service, version=None):
261261
with Then("Create tables"):
262262
for s in range(shards):
263263
for r in range(replicas):
264-
h = f"chi-{chi}-{cluster}-{s}-{r]-0"
264+
h = f"chi-{chi}-{cluster}-{s}-{r}-0"
265265
clickhouse.query(
266266
chi, "CREATE TABLE IF NOT EXISTS test_local (a UInt32) Engine = Log", host=h,
267267
)

0 commit comments

Comments
 (0)