Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mariusandra committed Feb 7, 2023
1 parent da97e92 commit 49f469f
Showing 1 changed file with 20 additions and 15 deletions.
35 changes: 20 additions & 15 deletions posthog/api/test/__snapshots__/test_decide.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -96,25 +96,14 @@
'
---
# 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.5
# name: TestDecide.test_decide_doesnt_error_out_when_database_is_down.4
'
SELECT "posthog_instancesetting"."id",
"posthog_instancesetting"."key",
Expand All @@ -125,7 +114,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.5
'
SELECT "posthog_instancesetting"."id",
"posthog_instancesetting"."key",
Expand All @@ -136,7 +125,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.6
'
SELECT "posthog_user"."id",
"posthog_user"."password",
Expand All @@ -162,7 +151,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.7
'
SELECT "posthog_featureflag"."id",
"posthog_featureflag"."key",
Expand All @@ -183,6 +172,22 @@
AND "posthog_featureflag"."team_id" = 2)
'
---
# name: TestDecide.test_decide_doesnt_error_out_when_database_is_down.8
'
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_decide_doesnt_error_out_when_database_is_down.9
'
SELECT "posthog_pluginconfig"."id",
Expand Down

0 comments on commit 49f469f

Please sign in to comment.