Skip to content

Commit 8f49a72

Browse files
glo23503devarul
authored andcommitted
ACP2E-1490: websites and store_groups id store incorrectly in the authorization_role table while changing the scope for the user role
1 parent a870cb3 commit 8f49a72

File tree

1 file changed

+0
-1
lines changed
  • dev/tests/integration/testsuite/Magento/User/Controller/Adminhtml/User/Role

1 file changed

+0
-1
lines changed

dev/tests/integration/testsuite/Magento/User/Controller/Adminhtml/User/Role/SaveRoleTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public function testExecuteWithDifferentScopes()
5353
$model = $objectManager->create(SaveRole::class);
5454
$model->execute();
5555

56-
/** @var \Magento\Authorization\Model\RoleFactory $roleFactory */
5756
$roleFactory = $objectManager->create(\Magento\Authorization\Model\RoleFactory::class);
5857
$role = $roleFactory->create()->load($roleId);
5958
$this->assertEquals(2, count($role->getGwsWebsites()));

0 commit comments

Comments
 (0)