Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Dec 11, 2024
1 parent cbab1bb commit 39a6c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcafe/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const initPosthog = (testName, config) => {
// We set this to get around the ingestion delay for new distinctIDs. It's not ideal, as if we have a
// lagging partition on prod then we can be blocked from merging any PRs. Until we run these tests against
// a local posthog instance, you can change this ID to change the partition.
distinctID: 'automated-tester-2',
distinctID: 'automated-tester-3',
isIdentifiedID: true,
},
opt_out_useragent_filter: true,
Expand Down

0 comments on commit 39a6c18

Please sign in to comment.