Skip to content

Commit 4f511a5

Browse files
committed
MCLOUD-8958: Deployment warning about non empty directory
1 parent 8f0fb2f commit 4f511a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test/Functional/Acceptance/ScenarioExtensibilityCest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function testScenarioExtensibilityAndPriority(\CliTester $I): void
5353
$I->runDockerComposeCommand('run build cloud-build');
5454
$I->startEnvironment();
5555

56-
$cloudLog = $I->grabFileContent('/var/log/cloud.log', Docker::BUILD_CONTAINER);
56+
$cloudLog = $I->grabFileContent('/init/var/log/cloud.log', Docker::BUILD_CONTAINER);
5757

5858
$I->assertStringContainsString(
5959
'Step "copy-sample-data" was skipped',

0 commit comments

Comments
 (0)