Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Dec 12, 2024
1 parent ba6c722 commit f3d237a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functional_tests/feature-flags.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit f3d237a

Please sign in to comment.