From 6db4ad8ad37e7775203fda01a48440f335e84f2d Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 13:22:04 +0000 Subject: [PATCH] Update query snapshots --- posthog/api/test/__snapshots__/test_cohort.ambr | 16 ++++++++-------- .../test/__snapshots__/test_feature_flag.ambr | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/posthog/api/test/__snapshots__/test_cohort.ambr b/posthog/api/test/__snapshots__/test_cohort.ambr index e8c0b7d444e0d9..206638c65e4b99 100644 --- a/posthog/api/test/__snapshots__/test_cohort.ambr +++ b/posthog/api/test/__snapshots__/test_cohort.ambr @@ -1,6 +1,6 @@ # name: TestCohort.test_async_deletion_of_cohort ' - /* user_id:119 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */ + /* user_id:118 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */ SELECT count(DISTINCT person_id) FROM cohortpeople WHERE team_id = 2 @@ -10,7 +10,7 @@ --- # name: TestCohort.test_async_deletion_of_cohort.1 ' - /* user_id:119 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */ + /* user_id:118 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */ INSERT INTO cohortpeople SELECT id, 2 as cohort_id, @@ -83,7 +83,7 @@ --- # name: TestCohort.test_async_deletion_of_cohort.2 ' - /* user_id:119 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */ + /* user_id:118 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */ SELECT count(DISTINCT person_id) FROM cohortpeople WHERE team_id = 2 @@ -93,7 +93,7 @@ --- # name: TestCohort.test_async_deletion_of_cohort.3 ' - /* user_id:119 celery:posthog.tasks.calculate_cohort.clear_stale_cohort */ + /* user_id:118 celery:posthog.tasks.calculate_cohort.clear_stale_cohort */ SELECT count() FROM cohortpeople WHERE team_id = 2 @@ -103,7 +103,7 @@ --- # name: TestCohort.test_async_deletion_of_cohort.4 ' - /* user_id:119 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */ + /* user_id:118 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */ SELECT count(DISTINCT person_id) FROM cohortpeople WHERE team_id = 2 @@ -113,7 +113,7 @@ --- # name: TestCohort.test_async_deletion_of_cohort.5 ' - /* user_id:119 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */ + /* user_id:118 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */ INSERT INTO cohortpeople SELECT id, 2 as cohort_id, @@ -147,7 +147,7 @@ --- # name: TestCohort.test_async_deletion_of_cohort.6 ' - /* user_id:119 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */ + /* user_id:118 celery:posthog.tasks.calculate_cohort.calculate_cohort_ch */ SELECT count(DISTINCT person_id) FROM cohortpeople WHERE team_id = 2 @@ -157,7 +157,7 @@ --- # name: TestCohort.test_async_deletion_of_cohort.7 ' - /* user_id:119 celery:posthog.tasks.calculate_cohort.clear_stale_cohort */ + /* user_id:118 celery:posthog.tasks.calculate_cohort.clear_stale_cohort */ SELECT count() FROM cohortpeople WHERE team_id = 2 diff --git a/posthog/api/test/__snapshots__/test_feature_flag.ambr b/posthog/api/test/__snapshots__/test_feature_flag.ambr index 8aa343d4728775..6735393e988f0b 100644 --- a/posthog/api/test/__snapshots__/test_feature_flag.ambr +++ b/posthog/api/test/__snapshots__/test_feature_flag.ambr @@ -1678,7 +1678,7 @@ --- # name: TestFeatureFlag.test_creating_static_cohort.14 ' - /* user_id:191 celery:posthog.tasks.calculate_cohort.insert_cohort_from_feature_flag */ + /* user_id:190 celery:posthog.tasks.calculate_cohort.insert_cohort_from_feature_flag */ SELECT count(DISTINCT person_id) FROM person_static_cohort WHERE team_id = 2