Skip to content

Commit ea27437

Browse files
author
OlgaVasyltsun
committed
MAGETWO-96690: Incorrect Rss Wishlist response
1 parent c8670b2 commit ea27437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Wishlist/Test/Unit/Model/Rss/WishlistTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public function testIsAllowed()
295295
->willReturn($customerServiceMock);
296296
$customerServiceMock->expects($this->once())->method('getId')->willReturn($customerId);
297297

298-
$this->scopeConfig->expects($this->once())->method('getValue')
298+
$this->scopeConfig->expects($this->once())->method('isSetFlag')
299299
->with('rss/wishlist/active', \Magento\Store\Model\ScopeInterface::SCOPE_STORE)
300300
->will($this->returnValue(true));
301301

0 commit comments

Comments
 (0)