From f72ccdca7ad4ac34079f926d3ccb249fb36064b2 Mon Sep 17 00:00:00 2001 From: David Newell Date: Fri, 29 Nov 2024 10:34:15 +0000 Subject: [PATCH] fix test --- src/__tests__/posthog-core.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/__tests__/posthog-core.ts b/src/__tests__/posthog-core.ts index 7f37eec5d..3bc96c8f1 100644 --- a/src/__tests__/posthog-core.ts +++ b/src/__tests__/posthog-core.ts @@ -459,6 +459,7 @@ describe('posthog core', () => { $lib_custom_api_host: 'https://custom.posthog.com', $is_identified: false, $process_person_profile: false, + $recording_status: 'buffering', }) })