Skip to content

Commit dc2e070

Browse files
committed
B2B-2022:[AWS S3] [Integration Tests]: Investigate Test Failures in Catalog module
- Added fix for static tests failures for uploadTest
1 parent 9b23d30 commit dc2e070

File tree

1 file changed

+3
-3
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Gallery

1 file changed

+3
-3
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Gallery/UploadTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
class UploadTest extends AbstractBackendController
2525
{
2626
/**
27-
* @inheritdoc
27+
* @var string
2828
*/
2929
protected $resource = 'Magento_Catalog::products';
3030

3131
/**
32-
* @inheritdoc
32+
* @var string
3333
*/
3434
protected $uri = 'backend/catalog/product_gallery/upload';
3535

@@ -284,6 +284,6 @@ private function createFileInSysTmpDir(string $name): void
284284
*/
285285
private function getFileAbsolutePath(string $tmpPath): string
286286
{
287-
return $this->mediaDirectory->getAbsolutePath($this->config->getBaseMediaPath() . $tmpPath);;
287+
return $this->mediaDirectory->getAbsolutePath($this->config->getBaseMediaPath() . $tmpPath);
288288
}
289289
}

0 commit comments

Comments
 (0)