Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit 5255edd

Browse files
author
Joan He
committed
MC-22176: Implement granular ACL for B2B related store configurations
1 parent affb88b commit 5255edd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/integration/framework/Magento/TestFramework/TestCase/AbstractBackendController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ public function testAclHasAccess()
105105
$this->dispatch($this->uri);
106106
$this->assertNotSame(403, $this->getResponse()->getHttpResponseCode());
107107
$this->assertNotSame(404, $this->getResponse()->getHttpResponseCode());
108+
$this->assertNotSame($this->expectedNoAccessResponse, $this->getResponse()->getHttpResponseCode());
108109
}
109110

110111
/**

0 commit comments

Comments
 (0)