Skip to content

Commit 943c610

Browse files
committed
MAGETWO-56702: Around plugins refactoring: refactoring and unit test fixing/coverage
1 parent e260ac9 commit 943c610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Test/Unit/Controller/Plugin/AccountTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public function testAfterDispatch()
177177
Account::class,
178178
[
179179
'session' => $this->session,
180-
['testaction']
180+
'allowedActions' => ['testaction']
181181
]
182182
);
183183
$this->assertSame(

0 commit comments

Comments
 (0)