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 Dec 7, 2024
1 parent bc16567 commit dce96ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions posthog/api/test/__snapshots__/test_survey.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
"posthog_action"."last_calculated_at"
FROM "posthog_action"
INNER JOIN "posthog_survey_actions" ON ("posthog_action"."id" = "posthog_survey_actions"."action_id")
WHERE "posthog_survey_actions"."survey_id" IN ('0193a19a1a1c00006f9485c6423a6465'::uuid)
WHERE "posthog_survey_actions"."survey_id" IN ('0193a1b229f40000d5c1faf6533a455c'::uuid)
'''
# ---
# name: TestSurveysAPIList.test_list_surveys.16
Expand Down Expand Up @@ -698,7 +698,7 @@
"posthog_action"."last_calculated_at"
FROM "posthog_action"
INNER JOIN "posthog_survey_actions" ON ("posthog_action"."id" = "posthog_survey_actions"."action_id")
WHERE "posthog_survey_actions"."survey_id" IN ('0193a19a1a1c00006f9485c6423a6465'::uuid)
WHERE "posthog_survey_actions"."survey_id" IN ('0193a1b229f40000d5c1faf6533a455c'::uuid)
'''
# ---
# name: TestSurveysAPIList.test_list_surveys.25
Expand Down Expand Up @@ -1098,7 +1098,7 @@
"posthog_action"."last_calculated_at"
FROM "posthog_action"
INNER JOIN "posthog_survey_actions" ON ("posthog_action"."id" = "posthog_survey_actions"."action_id")
WHERE "posthog_survey_actions"."survey_id" IN ('0193a19a1a1c00006f9485c6423a6465'::uuid)
WHERE "posthog_survey_actions"."survey_id" IN ('0193a1b229f40000d5c1faf6533a455c'::uuid)
'''
# ---
# name: TestSurveysAPIList.test_list_surveys.34
Expand Down Expand Up @@ -1783,7 +1783,7 @@
"posthog_action"."last_calculated_at"
FROM "posthog_action"
INNER JOIN "posthog_survey_actions" ON ("posthog_action"."id" = "posthog_survey_actions"."action_id")
WHERE "posthog_survey_actions"."survey_id" IN ('0193a19a1a1c00006f9485c6423a6465'::uuid)
WHERE "posthog_survey_actions"."survey_id" IN ('0193a1b229f40000d5c1faf6533a455c'::uuid)
'''
# ---
# name: TestSurveysAPIList.test_list_surveys.7
Expand Down

0 comments on commit dce96ba

Please sign in to comment.