Skip to content

Commit 012308e

Browse files
author
Joan He
committed
MAGETWO-91545: 404 Error not found page ” issue in change status and update attribute from product grid
- fix static test failures
1 parent f466819 commit 012308e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Unit/Ui/Component/Product/MassActionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public function getPrepareDataProvider() : array
212212
* @param bool $isAllowed
213213
* @dataProvider isActionAllowedDataProvider
214214
*/
215-
public function testIsActionAllowed($expected, $actionType, $callNum, $resource = '', $isAllowed = true )
215+
public function testIsActionAllowed($expected, $actionType, $callNum, $resource = '', $isAllowed = true)
216216
{
217217
$this->authorizationMock->expects($this->exactly($callNum))
218218
->method('isAllowed')

0 commit comments

Comments
 (0)