Skip to content

Commit 87eee14

Browse files
committed
MAGETWO-36591: Merge and build stabilization for Sales & Checkout APIs
- Clean up unused variable for \Magento\Quote\Api\CartManagementTest::testPlaceOrderForMyCart
1 parent b950e0d commit 87eee14

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dev/tests/api-functional/testsuite/Magento/Quote/Api/CartManagementTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,9 +382,6 @@ public function testPlaceOrderForMyCart()
382382
);
383383
$token = $customerTokenService->createCustomerAccessToken('[email protected]', 'password');
384384

385-
/** @var $quote \Magento\Quote\Model\Quote */
386-
$quote = $this->objectManager->create('Magento\Quote\Model\Quote')->load('test_order_1', 'reserved_order_id');
387-
388385
$serviceInfo = [
389386
'rest' => [
390387
'resourcePath' => '/V1/carts/mine/order',

0 commit comments

Comments
 (0)