From f3d237ac6fac9f9ef5009d55ca2781d8b626f1de Mon Sep 17 00:00:00 2001 From: Ben White Date: Thu, 12 Dec 2024 13:08:01 +0100 Subject: [PATCH] Fixes --- functional_tests/feature-flags.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functional_tests/feature-flags.test.ts b/functional_tests/feature-flags.test.ts index d2fd05fbf..6e4fe65f5 100644 --- a/functional_tests/feature-flags.test.ts +++ b/functional_tests/feature-flags.test.ts @@ -178,7 +178,7 @@ describe('FunctionalTests / Feature Flags', () => { expect(getRequests(token)['/decide/']).toEqual([ // This is the initial call to the decide endpoint on PostHog init, with all info added from `loaded`. { - // $anon_distinct_id: 'anon-id', // no anonymous ID is sent because this was overridden on load + $anon_distinct_id: 'anon-id', distinct_id: 'test-id', groups: { playlist: 'id:77' }, person_properties: {