Skip to content

Commit 0460a68

Browse files
author
Joan He
committed
MAGETWO-37981: fixed integration tests
1 parent 4143586 commit 0460a68

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
@@ -93,6 +93,7 @@ public function testAclHasAccess()
9393
}
9494
$this->dispatch($this->uri);
9595
$this->assertNotSame(403, $this->getResponse()->getHttpResponseCode());
96+
$this->assertNotSame(404, $this->getResponse()->getHttpResponseCode());
9697
}
9798

9899
public function testAclNoAccess()

0 commit comments

Comments
 (0)