Skip to content

Commit 5614f18

Browse files
author
Prabhu Ram
committed
PWA-1619: New accounts created through GQL are not provisioned a wishlist
- minor fix
1 parent 295213a commit 5614f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function testCustomerWishlist(): void
7878
public function testWishlistCreationScenario(): void
7979
{
8080
try {
81-
$customerEmail = 'customer@wishlist.com';
81+
$customerEmail = 'customer2@wishlist.com';
8282
$this->graphQlMutation(
8383
$this->getCreateCustomerQuery($customerEmail),
8484
[],

0 commit comments

Comments
 (0)