Skip to content

Commit ca59b15

Browse files
author
Oleksandr Iegorov
committed
MC-29755: X-Magento-Tags header too large
1 parent e859035 commit ca59b15

File tree

1 file changed

+0
-1
lines changed
  • dev/tests/integration/testsuite/Magento/ConfigurableProduct/Model

1 file changed

+0
-1
lines changed

dev/tests/integration/testsuite/Magento/ConfigurableProduct/Model/ProductTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public function testGetIdentitiesForConfigurableProductOnStorefront(): void
4040
$expectedIdentities = [
4141
'cat_p_' . $configurableProduct->getId(),
4242
'cat_p'
43-
4443
];
4544
$this->assertEquals($expectedIdentities, $configurableProduct->getIdentities());
4645
}

0 commit comments

Comments
 (0)