Skip to content

Commit c87e2c9

Browse files
committed
ACP2E-668: remove GWS specific fields
1 parent 47690d5 commit c87e2c9

File tree

1 file changed

+1
-4
lines changed
  • app/code/Magento/Authorization/Test/Fixture

1 file changed

+1
-4
lines changed

app/code/Magento/Authorization/Test/Fixture/Role.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ class Role implements RevertibleDataFixtureInterface
2727
'role_name' => 'Role Name %uniqid%',
2828
'role_type' => Group::ROLE_TYPE,
2929
'user_id' => 0,
30-
'user_type' => UserContextInterface::USER_TYPE_ADMIN,
31-
'gws_is_all' => 1,
32-
'gws_websites' => null,
33-
'gws_store_groups' => null
30+
'user_type' => UserContextInterface::USER_TYPE_ADMIN
3431
];
3532

3633
/**

0 commit comments

Comments
 (0)