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 Mar 25, 2024
1 parent 5d2f271 commit a3b1666
Showing 1 changed file with 21 additions and 16 deletions.
37 changes: 21 additions & 16 deletions posthog/api/test/__snapshots__/test_decide.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -139,25 +139,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 @@ -168,7 +157,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 @@ -179,7 +168,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_instancesetting"."id",
"posthog_instancesetting"."key",
Expand All @@ -190,7 +179,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.8
# name: TestDecide.test_decide_doesnt_error_out_when_database_is_down.7
'''
SELECT "posthog_user"."id",
"posthog_user"."password",
Expand Down Expand Up @@ -221,7 +210,7 @@
LIMIT 21
'''
# ---
# name: TestDecide.test_decide_doesnt_error_out_when_database_is_down.9
# name: TestDecide.test_decide_doesnt_error_out_when_database_is_down.8
'''
SELECT "posthog_featureflag"."id",
"posthog_featureflag"."key",
Expand All @@ -244,6 +233,22 @@
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 a3b1666

Please sign in to comment.