Skip to content

Commit 989af66

Browse files
authored
Merge pull request ClickHouse#80625 from azat/clickhouse-test/fix-warning
clickhouse-test: fix invalid escape sequence '\{'
2 parents 58e0bc8 + ea102e1 commit 989af66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/clickhouse-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ class SharedEngineReplacer:
308308
# Replace table engines if echo enabled to match changed reference
309309
if (
310310
self.cloud or self.args.replace_log_memory_with_mergetree
311-
) and re.match("-- ?\{ ?echo.*", line):
311+
) and re.match("-- ?{ ?echo.*", line):
312312
self.with_echo = True
313313

314314
if self.cloud and self.with_echo:

0 commit comments

Comments
 (0)