Skip to content

Commit 6bde994

Browse files
committed
MC-37459: Support by Magento Catalog
1 parent 223eb8b commit 6bde994

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/PageBuilder/Model/Stage

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/PageBuilder/Model/Stage/ConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ protected function setUp(): void
4444
*/
4545
public function testMediaUrlShouldBeTheSameAsStorefrontMediaURL()
4646
{
47-
$this->assertEquals('http://localhost/pub/media/', $this->model->getConfig()['media_url']);
47+
$this->assertEquals('http://localhost/media/', $this->model->getConfig()['media_url']);
4848
}
4949
}

0 commit comments

Comments
 (0)