File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ const getUid2Cookie = mocks.getUid2Cookie;
4141const getUid2LocalStorage = mocks . getUid2LocalStorage ;
4242const removeUid2Cookie = mocks . removeUid2Cookie ;
4343const removeUid2LocalStorage = mocks . removeUid2LocalStorage ;
44- const getUid2 = mocks . getUid2 ;
4544
4645const getConfigCookie = ( ) => {
4746 const docCookie = document . cookie ;
@@ -520,7 +519,8 @@ describe('Store config UID2', () => {
520519
521520 beforeEach ( ( ) => {
522521 localStorage . removeItem ( 'UID2-sdk-identity_config' ) ;
523- document . cookie = productDetails + '_config' + '=;expires=Tue, 1 Jan 1980 23:59:59 GMT;path=/' ;
522+ document . cookie =
523+ productDetails . cookieName + '_config' + '=;expires=Tue, 1 Jan 1980 23:59:59 GMT;path=/' ;
524524 } ) ;
525525
526526 describe ( 'when useCookie is true' , ( ) => {
You can’t perform that action at this time.
0 commit comments