Skip to content

Commit 875d859

Browse files
authored
Merge pull request #1148 from magento-nord/MAGETWO-69514
Fixed an issue - MAGETWO-69514 Incorrect getting of group code in StoreGroup CURL Handler
2 parents acc8722 + 46c4078 commit 875d859

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/Store/Test/Handler/StoreGroup

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Store/Test/Handler/StoreGroup/Curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ protected function prepareData(FixtureInterface $fixture)
8484
'root_category_id' => $categoryId,
8585
'website_id' => $websiteId,
8686
'group_id' => $fixture->hasData('group_id') ? $fixture->getGroupId() : '',
87-
'code' => $fixture->hasData('code') ? $fixture->getData()['code'] : '',
87+
'code' => $fixture->hasData('code') ? $fixture->getCode() : '',
8888
],
8989
'store_action' => 'add',
9090
'store_type' => 'group',

0 commit comments

Comments
 (0)