Skip to content

Commit c66dbdc

Browse files
committed
ACP2E-957: Re: Problem in import products module (Merchant made a patch & asking us to fix in core magento)
1 parent af28a78 commit c66dbdc

File tree

1 file changed

+3
-3
lines changed
  • dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/ProductTest

1 file changed

+3
-3
lines changed

dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/ProductTest/ProductUrlKeyTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,9 +390,9 @@ public function testImportWithSpacesInUrlKeys()
390390
}
391391

392392
/**
393-
* Validate import file when we have an existing product with UrlKey that consists of an alpha characters and
394-
* a number at the end against the same imported UrlKey but without the number at the end,
395-
* when Product URL Suffix is set to none in the admin.
393+
* Validate import file when we have an existing product with UrlKey that consists of numbers with an alphabetical
394+
* characters in the end against the same imported UrlKey but without the character at the end,
395+
* when Product URL Suffix is set to be empty in the admin.
396396
*
397397
* @throws LocalizedException
398398
*/

0 commit comments

Comments
 (0)