Skip to content

Commit 60163c3

Browse files
committed
ACP2E-2704: Getting Unable to send the cookie. Size of 'mage-messages' while trying to Reorder
1 parent 9b7c74f commit 60163c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Quote/Test/Unit/Model/QuoteTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,11 +1167,11 @@ public function testAddProductItemNew($request, $hasError): void
11671167
public function dataProviderForTestAddProductItem(): array
11681168
{
11691169
return [
1170-
'not_force_item' => [null, false],
1171-
'force_item' => [
1170+
'not_invalid_product_add' => [null, false],
1171+
'invalid_product_add' => [
11721172
new DataObject(
11731173
[
1174-
'force_add_to_cart' => true,
1174+
'add_to_cart_invalid_product' => true,
11751175
'qty' => 1
11761176
]
11771177
),

0 commit comments

Comments
 (0)