Skip to content

Commit 89c3902

Browse files
committed
MAGETWO-69514: Incorrect getting of group code in StoreGroup CURL Handler
1 parent 1432268 commit 89c3902

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)