Skip to content

Commit

Permalink
Update existing test properties with $using_proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
zlwaterfield committed Mar 14, 2024
1 parent 7bf288e commit c4fae41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/__tests__/posthog-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ describe('posthog core', () => {
persistent: 'prop',
$window_id: 'windowId',
$session_id: 'sessionId',
$using_proxy: false,
})
})

Expand All @@ -417,6 +418,7 @@ describe('posthog core', () => {
distinct_id: 'abc',
$window_id: 'windowId',
$session_id: 'sessionId',
$using_proxy: false,
})
})

Expand All @@ -439,6 +441,7 @@ describe('posthog core', () => {
$session_id: 'sessionId',
$window_id: 'windowId',
token: 'testtoken',
$using_proxy: false,
})
})

Expand Down

0 comments on commit c4fae41

Please sign in to comment.