Skip to content

Commit af387eb

Browse files
committed
AC-8862: fix unit test
1 parent b16b6d5 commit af387eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/Test/Unit/ConfigTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function testGetValue($scope, $scopeCode = null)
7171
}
7272
$this->configType->expects($this->once())
7373
->method('get')
74-
->with($scope =='store' ? 'stores/path' : 'websites/mywebsite/path')
74+
->with($scope =='store' ? 'stores/path' : 'websites/myWebsite/path')
7575
->willReturn(true);
7676

7777
$this->assertTrue($this->appConfig->getValue($path, $scope, $scopeCode ?: $this->scope));

0 commit comments

Comments
 (0)