Skip to content

Commit

Permalink
add synchronousCookieWrite: true, to unit test tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-el committed Oct 8, 2024
1 parent e75cd5e commit 28cb1b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/browser-plugin-media-tracking/tests/test.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ describe('MediaTrackingPlugin', () => {
addTracker(`sp${idx++}`, `sp${idx++}`, 'js-3.9.0', '', new SharedState(), {
stateStorageStrategy: 'cookie',
encodeBase64: false,
synchronousCookieWrite: true,
plugins: [
SnowplowMediaPlugin(),
MediaTrackingPlugin(),
Expand Down

0 comments on commit 28cb1b6

Please sign in to comment.