Skip to content

Commit 32bcc72

Browse files
author
Stanislav Idolov
committed
MAGETWO-87348: WebAPI-Tests on 2.1 fails with the exception when running the fixture
1 parent f13e4cb commit 32bcc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/ConfigurableProduct/_files/delete_association.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
/** @var $product \Magento\Catalog\Model\Product */
88
$product = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create('Magento\Catalog\Model\Product');
9-
$product->load(1);
9+
$product->load(1001);
1010
$product->setAssociatedProductIds([20]);
1111
$product->save();

0 commit comments

Comments
 (0)