Skip to content

Commit

Permalink
Correct the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Apr 21, 2024
1 parent 552c536 commit 67fc805
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion posthog/clickhouse/test/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

def normalize_snapshots(built_query: str) -> str:
# some zookeeper paths change on each run of a migration
# can look for /clickhouse/tables/M0060_date_
# if we don't normalize them, the snapshots will be different
# and CI will never stop
built_query = re.sub(
r"/clickhouse/tables/(CHM0060_\d+_)", "/clickhouse/tables/CHM0060_fixed_for_snapshot_", built_query
)
Expand Down

0 comments on commit 67fc805

Please sign in to comment.