Skip to content

Commit b52fe3e

Browse files
committed
[Wishlist] Remove name from WishlistOutput #920
1 parent 4c85d84 commit b52fe3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Wishlist/CustomerWishlistsTest.php

+3
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ public function testGetCustomerWishlists(): void
7373
$this->assertEquals('simple', $response['customer']['wishlists'][0]['items'][0]['product']['sku']);
7474
}
7575

76+
/**
77+
* @magentoApiDataFixture Magento/Customer/_files/customer.php
78+
*/
7679
public function testCustomerWithoutWishlists(): void
7780
{
7881
$query =

0 commit comments

Comments
 (0)