Skip to content

Commit

Permalink
can we snapshot CH while we're here
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Mar 19, 2024
1 parent cb31501 commit 3f04089
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions posthog/session_recordings/test/test_session_recordings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
snapshot_postgres_queries,
FuzzyInt,
_create_event,
snapshot_clickhouse_queries,
)


Expand Down Expand Up @@ -61,6 +62,7 @@ def create_snapshot(
)

@snapshot_postgres_queries
@snapshot_clickhouse_queries
def test_get_session_recordings(self):
twelve_distinct_ids: List[str] = [f"user_one_{i}" for i in range(12)]

Expand Down

0 comments on commit 3f04089

Please sign in to comment.