Skip to content

Commit 0ecdb2e

Browse files
committed
AC-1805::Magento2.4 GraphQL CustomerOrders Query Logic
1 parent 7ada9ba commit 0ecdb2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/CustomerOrders/CustomerOrdersTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
declare(strict_types=1);
77

8-
namespace Magento\GraphQl\Sales;
8+
namespace Magento\GraphQl\Sales\CustomerOrders;
99

1010
use Exception;
1111
use Magento\Integration\Api\CustomerTokenServiceInterface;
@@ -53,7 +53,6 @@ public function testOrdersQuery()
5353
}
5454
QUERY;
5555

56-
5756
$currentEmail = 'customer@example.com';
5857
$currentPassword = 'password';
5958
$response = $this->graphQlQuery($query, [], '', $this->getCustomerAuthHeaders($currentEmail, $currentPassword));

0 commit comments

Comments
 (0)