Skip to content

Commit

Permalink
Update query snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 18, 2024
1 parent 0c85d59 commit 5e2c97a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions posthog/api/test/__snapshots__/test_cohort.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
# ---
# name: TestCohort.test_async_deletion_of_cohort.11
'''
/* celery:posthog.celery.clickhouse_clear_removed_data */
/* celery:posthog.tasks.tasks.clickhouse_clear_removed_data */
SELECT DISTINCT team_id,
cohort_id
FROM cohortpeople
Expand Down Expand Up @@ -168,7 +168,7 @@
# ---
# name: TestCohort.test_async_deletion_of_cohort.8
'''
/* celery:posthog.celery.clickhouse_clear_removed_data */
/* celery:posthog.tasks.tasks.clickhouse_clear_removed_data */
SELECT DISTINCT team_id,
cohort_id
FROM cohortpeople
Expand All @@ -179,7 +179,7 @@
# ---
# name: TestCohort.test_async_deletion_of_cohort.9
'''
/* celery:posthog.celery.clickhouse_clear_removed_data */
/* celery:posthog.tasks.tasks.clickhouse_clear_removed_data */
DELETE
FROM cohortpeople
WHERE (team_id = 2
Expand Down

0 comments on commit 5e2c97a

Please sign in to comment.