We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e859035 commit ca59b15Copy full SHA for ca59b15
dev/tests/integration/testsuite/Magento/ConfigurableProduct/Model/ProductTest.php
@@ -40,7 +40,6 @@ public function testGetIdentitiesForConfigurableProductOnStorefront(): void
40
$expectedIdentities = [
41
'cat_p_' . $configurableProduct->getId(),
42
'cat_p'
43
-
44
];
45
$this->assertEquals($expectedIdentities, $configurableProduct->getIdentities());
46
}
0 commit comments