Skip to content

Commit

Permalink
one cookie name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysmithTTD committed Dec 13, 2024
1 parent f8d1d8d commit b53d79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrationTests/options.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ describe('multiple init calls', () => {
});

test('should update cookie manager', () => {
const cookie = cookieMock.getSetCookieString(UID2.COOKIE_NAME);
const cookie = cookieMock.getSetCookieString(uid2ProductDetails.cookieName);
expect(cookie).toContain(`Domain=${cookieDomain};`);
expect(cookie + ';').toContain(`Path=${newCookiePath};`);
const configCookie = getConfigCookie();
Expand Down

0 comments on commit b53d79f

Please sign in to comment.