Skip to content

Commit

Permalink
[Wishlist] Remove name from WishlistOutput #920
Browse files Browse the repository at this point in the history
  • Loading branch information
XxXgeoXxX committed Sep 27, 2019
1 parent 4c85d84 commit b52fe3e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ public function testGetCustomerWishlists(): void
$this->assertEquals('simple', $response['customer']['wishlists'][0]['items'][0]['product']['sku']);
}

/**
* @magentoApiDataFixture Magento/Customer/_files/customer.php
*/
public function testCustomerWithoutWishlists(): void
{
$query =
Expand Down

0 comments on commit b52fe3e

Please sign in to comment.