Skip to content

Commit 999b222

Browse files
author
Prabhu Ram
committed
PWA-1619: New accounts created through GQL are not provisioned a wishlist
- minor fix
1 parent 7dfec32 commit 999b222

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
@@ -136,7 +136,7 @@ public function testWishlistCreationScenario(): void
136136

137137
$objectManager = Bootstrap::getObjectManager();
138138
$customerRepository = $objectManager->create(CustomerRepositoryInterface::class);
139-
$customer = $customerRepository->get('customer@wishlist.com');
139+
$customer = $customerRepository->get($customerEmail);
140140
$customerRepository->delete($customer);
141141

142142
$registry->unregister('isSecureArea');

0 commit comments

Comments
 (0)