Skip to content

Commit 3faa421

Browse files
author
Sergii Kovalenko
committed
MAGETWO-60890: Fatal error logging in as admin user with restricted role
1 parent 3a06d40 commit 3faa421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/Test/Unit/Config/InitialConfigSourceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ public function testGet()
4949
->method('load')
5050
->with($this->fileKey)
5151
->willReturn([$this->configType => [$path => 'value']]);
52-
$this->assertEquals('value', $this->source->get($path));
52+
$this->assertEquals([$path => 'value'], $this->source->get());
5353
}
5454
}

0 commit comments

Comments
 (0)