Skip to content

Commit b53d79f

Browse files
one cookie name fix
1 parent f8d1d8d commit b53d79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrationTests/options.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ describe('multiple init calls', () => {
358358
});
359359

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

0 commit comments

Comments
 (0)