Skip to content

Commit 44b3811

Browse files
author
Prabhu Ram
committed
Merge branch 'MC-20636' of github.com:magento-honey-badgers/magento2ce into MC-20636
2 parents 791fa2e + a465524 commit 44b3811

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
namespace Magento\GraphQl\Sales;
99

10-
use Magento\Integration\Api\CustomerTokenServiceInterface;
1110
use Magento\TestFramework\Helper\Bootstrap;
1211
use Magento\TestFramework\TestCase\GraphQlAbstract;
1312
use Magento\GraphQl\GetCustomerAuthenticationHeader;
@@ -17,17 +16,11 @@
1716
*/
1817
class InvoiceTest extends GraphQlAbstract
1918
{
20-
/**
21-
* @var CustomerTokenServiceInterface
22-
*/
23-
private $customerTokenService;
24-
2519
/** @var GetCustomerAuthenticationHeader */
2620
private $customerAuthenticationHeader;
2721

2822
protected function setUp(): void
2923
{
30-
$this->customerTokenService = Bootstrap::getObjectManager()->get(CustomerTokenServiceInterface::class);
3124
$this->customerAuthenticationHeader
3225
= Bootstrap::getObjectManager()->get(GetCustomerAuthenticationHeader::class);
3326
}

0 commit comments

Comments
 (0)