Skip to content

Commit 20cd3d0

Browse files
committed
#26121: special price & tier price are coming in base currency
Adjustments to api-functional test
1 parent f83763e commit 20cd3d0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogCustomer/PriceTiersTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ protected function setUp(): void
3737
public function testAllGroups()
3838
{
3939
$productSku = 'simple';
40-
/** @var string $query */
4140
$query = $this->getProductSearchQuery($productSku);
4241

4342
$response = $this->graphQlQuery($query);
@@ -56,7 +55,6 @@ public function testAllGroups()
5655
public function testLoggedInCustomer()
5756
{
5857
$productSku = 'simple';
59-
/** @var string $query */
6058
$query = $this->getProductSearchQuery($productSku);
6159
$response = $this->graphQlQuery(
6260
$query,
@@ -83,9 +81,7 @@ public function testSecondStoreViewWithCurrencyRate()
8381
$storeRepository = $this->objectManager->get(StoreRepositoryInterface::class);
8482
$rate = $storeRepository->get($storeViewCode)->getCurrentCurrencyRate();
8583
$productSku = 'simple';
86-
/** @var string $query */
8784
$query = $this->getProductSearchQuery($productSku);
88-
/** @var array $headers */
8985
$headers = array_merge(
9086
$this->getCustomerAuthenticationHeader->execute('[email protected]', 'password'),
9187
$this->getHeaderStore($storeViewCode)

0 commit comments

Comments
 (0)