Skip to content

Commit 3a64d14

Browse files
authored
MC-38835: Fix failing random tests (#6312)
1 parent e7ad2da commit 3a64d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/Error/ProcessorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@ public function testGetViewFileUrl(): void
150150
$this->processor->_errorDir = __DIR__ . '/version2/magento2';
151151

152152
$this->assertStringNotContainsString('version2/magento2', $this->processor->getViewFileUrl());
153-
$this->assertStringContainsString('pub/errors/', $this->processor->getViewFileUrl());
153+
$this->assertStringContainsString('errors/', $this->processor->getViewFileUrl());
154154
}
155155
}

0 commit comments

Comments
 (0)