File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Test/Functional/Acceptance Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public function testApplyingPatch(\CliTester $I): void
4242 $ targetFile = $ I ->grabFileContent ('/target_file.md ' , Docker::BUILD_CONTAINER );
4343 $ I ->assertStringContainsString ('# Hello Magento ' , $ targetFile );
4444 $ I ->assertStringContainsString ('## Additional Info ' , $ targetFile );
45- $ log = $ I ->grabFileContent ('/var/log/cloud.log ' , Docker::BUILD_CONTAINER );
45+ $ log = $ I ->grabFileContent ('/init/ var/log/cloud.log ' , Docker::BUILD_CONTAINER );
4646 $ I ->assertStringContainsString ('Patch ../m2-hotfixes/patch.patch has been applied ' , $ log );
4747 }
4848
@@ -65,7 +65,7 @@ public function testApplyingExistingPatch(\CliTester $I): void
6565 $ I ->assertStringContainsString ('## Additional Info ' , $ targetFile );
6666 $ I ->assertStringContainsString (
6767 'Patch ../m2-hotfixes/patch.patch was already applied ' ,
68- $ I ->grabFileContent ('/var/log/cloud.log ' , Docker::BUILD_CONTAINER )
68+ $ I ->grabFileContent ('/init/ var/log/cloud.log ' , Docker::BUILD_CONTAINER )
6969 );
7070 }
7171}
You can’t perform that action at this time.
0 commit comments