Skip to content

Commit 5f1c0ee

Browse files
committed
MC-21718: Storefront Category URL management
1 parent 2cf996c commit 5f1c0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/UrlRewrite/Controller/UrlRewriteTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ protected function setUp()
4747
public function testMatchUrlRewrite(
4848
string $request,
4949
string $redirect,
50-
int $expectedCode = 301
50+
int $expectedCode = Response::STATUS_CODE_301
5151
): void {
5252
$this->dispatch($request);
5353
/** @var HttpResponse $response */

0 commit comments

Comments
 (0)