Skip to content

Commit 97e96a8

Browse files
committed
MC-42026: [Cloud] Custom theme is not applied and the default LUMA theme is used.
1 parent bac8671 commit 97e96a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup/src/Magento/Setup/Test/Unit/Console/Command/DeployStaticContentCommandTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use Magento\Deploy\Console\ConsoleLoggerFactory;
1212
use Magento\Deploy\Console\DeployStaticOptions;
1313
use Magento\Deploy\Console\InputValidator;
14-
use Magento\Deploy\Process\TimeoutException;
1514
use Magento\Deploy\Service\DeployStaticContent;
1615
use Magento\Framework\App\State;
1716
use Magento\Framework\Console\Cli;
@@ -156,7 +155,7 @@ public function testExecuteWithError()
156155
->willReturn($this->deployService);
157156
$this->deployService->expects($this->once())
158157
->method('deploy')
159-
->willThrowException(new TimeoutException());
158+
->willThrowException(new \RuntimeException());
160159

161160
$tester = new CommandTester($this->command);
162161
$exitCode = $tester->execute([]);

0 commit comments

Comments
 (0)