Skip to content

Commit 7ad551b

Browse files
test(backend): update query snapshots
1 parent b83fe62 commit 7ad551b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

posthog/temporal/tests/product_analytics/__snapshots__/test_upgrade_queries_workflow.ambr

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
OR query @? '$.** ? (
1212
@.kind == "InsightVizNode" &&
1313
(!exists(@.version) || @.version == null || @.version < 4)
14+
)'
15+
OR query @? '$.** ? (
16+
@.kind == "RetentionQuery" &&
17+
(!exists(@.version) || @.version == null || @.version < 2)
18+
)'
19+
OR query @? '$.** ? (
20+
@.kind == "StickinessQuery" &&
21+
(!exists(@.version) || @.version == null || @.version < 2)
1422
)'
1523
OR query @? '$.** ? (
1624
@.kind == "TrendsQuery" &&

0 commit comments

Comments
 (0)