We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223eb8b commit 6bde994Copy full SHA for 6bde994
dev/tests/integration/testsuite/Magento/PageBuilder/Model/Stage/ConfigTest.php
@@ -44,6 +44,6 @@ protected function setUp(): void
44
*/
45
public function testMediaUrlShouldBeTheSameAsStorefrontMediaURL()
46
{
47
- $this->assertEquals('http://localhost/pub/media/', $this->model->getConfig()['media_url']);
+ $this->assertEquals('http://localhost/media/', $this->model->getConfig()['media_url']);
48
}
49
0 commit comments