Skip to content

Commit ae82a52

Browse files
committed
MAGETWO-83853: GraphQL response returns null for website_ids, url_path
- revert
1 parent 397bb9a commit ae82a52

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Test/Unit/Model/Product

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Unit/Model/Product/LinkTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ protected function setUp()
8181
$this->model = $objectManager->getObject(
8282
\Magento\Catalog\Model\Product\Link::class,
8383
[
84-
'websiteCollectionFactory' => $linkCollectionFactory,
84+
'linkCollectionFactory' => $linkCollectionFactory,
8585
'productCollectionFactory' => $productCollectionFactory,
8686
'resource' => $this->resource,
8787
'saveProductLinks' => $this->saveProductLinksMock

0 commit comments

Comments
 (0)