Skip to content

Commit 670f377

Browse files
committed
BUG#AC-1247: DeployStaticContentCommandTest(remote storage enabled) issue fixed
1 parent 5788e74 commit 670f377

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/integration/testsuite/Magento/Setup/Console/Command/DeployStaticContentCommandTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ public function testDeployStaticWithoutDbConnection()
127127
$this->config,
128128
require __DIR__ . '/_files/config/dump_config.php'
129129
);
130+
$newData['remote_storage'] = $this->envConfig['remote_storage'];
130131
$this->writer->saveConfig([ConfigFilePool::APP_CONFIG => $newData], true);
131132

132133
// remove application environment config for emulate work without db

0 commit comments

Comments
 (0)