Skip to content

Commit f6d6cb7

Browse files
committed
38554: Fixed Failing Unit Test Cases
1 parent 86ef559 commit f6d6cb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Backend/Test/Unit/App/Area/FrontNameResolverTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ public function testIsHostBackend(
125125
string $customAdminUrl,
126126
bool $expectedValue
127127
): void {
128-
$this->scopeConfigMock->expects($this->once())
128+
$this->scopeConfigMock
129129
->method('isSetFlag')
130130
->willReturn($useCustomAdminUrl);
131131

132-
$this->scopeConfigMock->expects($this->once())
132+
$this->scopeConfigMock
133133
->method('getValue')
134134
->willReturnMap(
135135
[

0 commit comments

Comments
 (0)