Skip to content

Commit 9950e08

Browse files
committed
AC-8030::Need to fix Unit test failures in Sync 2.4.6-develop with 2.4-develop
1 parent cfd7ff9 commit 9950e08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Customer/Test/Unit/Controller/Account/ConfirmTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ protected function setUp(): void
211211
'customerRepository' => $this->customerRepositoryMock,
212212
'addressHelper' => $this->addressHelperMock,
213213
'urlFactory' => $urlFactoryMock,
214-
'customerLogger' => $this->customerLoggerMock
214+
'customerLogger' => $this->customerLoggerMock,
215+
'cookieMetadataManager' => $objectManagerHelper->getObject(PhpCookieManager::class),
215216
]
216217
);
217218
}

0 commit comments

Comments
 (0)