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 Nov 17, 2023
1 parent 1dfef28 commit 3170b03
Show file tree
Hide file tree
Showing 4 changed files with 473 additions and 473 deletions.
6 changes: 3 additions & 3 deletions posthog/api/test/__snapshots__/test_preflight.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"posthog_user"."events_column_config"
FROM "posthog_user"
WHERE "posthog_user"."id" = 2
LIMIT 21 /**/
LIMIT 21
'
---
# name: TestPreflight.test_cloud_preflight_limited_db_queries.1
Expand All @@ -35,7 +35,7 @@
FROM "posthog_instancesetting"
WHERE "posthog_instancesetting"."key" IN ('constance:posthog:SLACK_APP_CLIENT_ID',
'constance:posthog:SLACK_APP_CLIENT_SECRET',
'constance:posthog:SLACK_APP_SIGNING_SECRET') /*controller='posthog.views.preflight_check',route='%5E_preflight/%3F%28%3F%3A%5B%3F%23%5D.%2A%29%3F%24'*/
'constance:posthog:SLACK_APP_SIGNING_SECRET')
'
---
# name: TestPreflight.test_cloud_preflight_limited_db_queries.2
Expand Down Expand Up @@ -92,6 +92,6 @@
"posthog_team"."external_data_workspace_id"
FROM "posthog_team"
WHERE "posthog_team"."id" = 2
LIMIT 21 /*controller='posthog.views.preflight_check',route='%5E_preflight/%3F%28%3F%3A%5B%3F%23%5D.%2A%29%3F%24'*/
LIMIT 21
'
---
4 changes: 2 additions & 2 deletions posthog/api/test/__snapshots__/test_survey.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"posthog_team"."external_data_workspace_id"
FROM "posthog_team"
WHERE "posthog_team"."api_token" = 'token123'
LIMIT 21 /*controller='posthog.api.survey.surveys',route='%5Eapi/surveys/%3F%28%3F%3A%5B%3F%23%5D.%2A%29%3F%24'*/
LIMIT 21
'
---
# name: TestSurveysAPIList.test_list_surveys.6
Expand Down Expand Up @@ -208,6 +208,6 @@
LEFT OUTER JOIN "posthog_featureflag" ON ("posthog_survey"."linked_flag_id" = "posthog_featureflag"."id")
LEFT OUTER JOIN "posthog_featureflag" T4 ON ("posthog_survey"."targeting_flag_id" = T4."id")
WHERE ("posthog_survey"."team_id" = 2
AND NOT ("posthog_survey"."archived")) /*controller='posthog.api.survey.surveys',route='%5Eapi/surveys/%3F%28%3F%3A%5B%3F%23%5D.%2A%29%3F%24'*/
AND NOT ("posthog_survey"."archived"))
'
---
Loading

0 comments on commit 3170b03

Please sign in to comment.