Skip to content

Commit 9ebde07

Browse files
committed
MC-18996: GraphQl Url Resolver doesn't return any results if the url_key doesn't have the extension
- fix namespace
1 parent d27787c commit 9ebde07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogUrlRewrite/UrlResolverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
declare(strict_types=1);
77

8-
namespace Magento\CatalogGraphQl\UrlRewrite;
8+
namespace Magento\GraphQl\CatalogUrlRewrite;
99

1010
use Magento\Catalog\Api\ProductRepositoryInterface;
1111
use Magento\TestFramework\ObjectManager;

0 commit comments

Comments
 (0)