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 Sep 18, 2023
1 parent 4bb6f72 commit db19cfb
Showing 1 changed file with 16 additions and 21 deletions.
37 changes: 16 additions & 21 deletions posthog/api/test/__snapshots__/test_decide.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,25 @@
'
---
# name: TestDecide.test_decide_doesnt_error_out_when_database_is_down.3
'
SELECT "posthog_instancesetting"."id",
"posthog_instancesetting"."key",
"posthog_instancesetting"."raw_value"
FROM "posthog_instancesetting"
WHERE "posthog_instancesetting"."key" = 'constance:posthog:RATE_LIMIT_ENABLED'
ORDER BY "posthog_instancesetting"."id" ASC
LIMIT 1 /*controller='team-detail',route='api/projects/%28%3FP%3Cid%3E%5B%5E/.%5D%2B%29/%3F%24'*/
'
---
# name: TestDecide.test_decide_doesnt_error_out_when_database_is_down.4
'
SELECT (1) AS "a"
FROM "posthog_grouptypemapping"
WHERE "posthog_grouptypemapping"."team_id" = 2
LIMIT 1 /*controller='team-detail',route='api/projects/%28%3FP%3Cid%3E%5B%5E/.%5D%2B%29/%3F%24'*/
'
---
# name: TestDecide.test_decide_doesnt_error_out_when_database_is_down.4
# name: TestDecide.test_decide_doesnt_error_out_when_database_is_down.5
'
SELECT "posthog_instancesetting"."id",
"posthog_instancesetting"."key",
Expand All @@ -142,7 +153,7 @@
LIMIT 1 /*controller='team-detail',route='api/projects/%28%3FP%3Cid%3E%5B%5E/.%5D%2B%29/%3F%24'*/
'
---
# name: TestDecide.test_decide_doesnt_error_out_when_database_is_down.5
# name: TestDecide.test_decide_doesnt_error_out_when_database_is_down.6
'
SELECT "posthog_instancesetting"."id",
"posthog_instancesetting"."key",
Expand All @@ -153,7 +164,7 @@
LIMIT 1 /*controller='team-detail',route='api/projects/%28%3FP%3Cid%3E%5B%5E/.%5D%2B%29/%3F%24'*/
'
---
# name: TestDecide.test_decide_doesnt_error_out_when_database_is_down.6
# name: TestDecide.test_decide_doesnt_error_out_when_database_is_down.7
'
SELECT "posthog_instancesetting"."id",
"posthog_instancesetting"."key",
Expand All @@ -164,7 +175,7 @@
LIMIT 1 /*controller='team-detail',route='api/projects/%28%3FP%3Cid%3E%5B%5E/.%5D%2B%29/%3F%24'*/
'
---
# name: TestDecide.test_decide_doesnt_error_out_when_database_is_down.7
# name: TestDecide.test_decide_doesnt_error_out_when_database_is_down.8
'
SELECT "posthog_user"."id",
"posthog_user"."password",
Expand Down Expand Up @@ -193,7 +204,7 @@
LIMIT 21
'
---
# name: TestDecide.test_decide_doesnt_error_out_when_database_is_down.8
# name: TestDecide.test_decide_doesnt_error_out_when_database_is_down.9
'
SELECT "posthog_featureflag"."id",
"posthog_featureflag"."key",
Expand All @@ -216,22 +227,6 @@
AND "posthog_featureflag"."team_id" = 2)
'
---
# name: TestDecide.test_decide_doesnt_error_out_when_database_is_down.9
'
SELECT "posthog_pluginconfig"."id",
"posthog_pluginconfig"."web_token",
"posthog_pluginsourcefile"."updated_at",
"posthog_plugin"."updated_at",
"posthog_pluginconfig"."updated_at"
FROM "posthog_pluginconfig"
INNER JOIN "posthog_plugin" ON ("posthog_pluginconfig"."plugin_id" = "posthog_plugin"."id")
INNER JOIN "posthog_pluginsourcefile" ON ("posthog_plugin"."id" = "posthog_pluginsourcefile"."plugin_id")
WHERE ("posthog_pluginconfig"."enabled"
AND "posthog_pluginsourcefile"."filename" = 'site.ts'
AND "posthog_pluginsourcefile"."status" = 'TRANSPILED'
AND "posthog_pluginconfig"."team_id" = 2)
'
---
# name: TestDecide.test_flag_with_behavioural_cohorts
'
SELECT "posthog_user"."id",
Expand Down

0 comments on commit db19cfb

Please sign in to comment.