Skip to content

Commit e2a4d03

Browse files
committed
MAGETWO-64459: [Backport] - Can't get store-specific data via catalog API - for 2.1
1 parent efb1262 commit e2a4d03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/Test/Unit/Model/ProductRepositoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ protected function setUp()
174174
'getWebsiteIds',
175175
'load',
176176
'setData',
177-
'getMediaGallery'
177+
'getMediaGallery',
178178
],
179179
[],
180180
'',
@@ -195,7 +195,7 @@ protected function setUp()
195195
'setProductLinks',
196196
'validate',
197197
'save',
198-
'getMediaGalleryEntries'
198+
'getMediaGalleryEntries',
199199
],
200200
[],
201201
'',

0 commit comments

Comments
 (0)