We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d1d8d commit b53d79fCopy full SHA for b53d79f
src/integrationTests/options.test.ts
@@ -358,7 +358,7 @@ describe('multiple init calls', () => {
358
});
359
360
test('should update cookie manager', () => {
361
- const cookie = cookieMock.getSetCookieString(UID2.COOKIE_NAME);
+ const cookie = cookieMock.getSetCookieString(uid2ProductDetails.cookieName);
362
expect(cookie).toContain(`Domain=${cookieDomain};`);
363
expect(cookie + ';').toContain(`Path=${newCookiePath};`);
364
const configCookie = getConfigCookie();
0 commit comments