diff --git a/posthog/hogql/database/test/__snapshots__/test_database.ambr b/posthog/hogql/database/test/__snapshots__/test_database.ambr index 5a99ac13317b91..32969a76bfd88c 100644 --- a/posthog/hogql/database/test/__snapshots__/test_database.ambr +++ b/posthog/hogql/database/test/__snapshots__/test_database.ambr @@ -237,7 +237,7 @@ "pageview_count", "autocapture_count", "duration", - "channel_type" + "$channel_type" ] } ], @@ -626,7 +626,7 @@ "type": "integer" }, { - "key": "channel_type", + "key": "$channel_type", "type": "string" } ], @@ -1174,7 +1174,7 @@ "pageview_count", "autocapture_count", "duration", - "channel_type" + "$channel_type" ] } ], @@ -1563,7 +1563,7 @@ "type": "integer" }, { - "key": "channel_type", + "key": "$channel_type", "type": "string" } ],