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
42
42
$ targetFile = $ I ->grabFileContent ('/target_file.md ' , Docker::BUILD_CONTAINER );
43
43
$ I ->assertStringContainsString ('# Hello Magento ' , $ targetFile );
44
44
$ 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 );
46
46
$ I ->assertStringContainsString ('Patch ../m2-hotfixes/patch.patch has been applied ' , $ log );
47
47
}
48
48
@@ -65,7 +65,7 @@ public function testApplyingExistingPatch(\CliTester $I): void
65
65
$ I ->assertStringContainsString ('## Additional Info ' , $ targetFile );
66
66
$ I ->assertStringContainsString (
67
67
'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 )
69
69
);
70
70
}
71
71
}
You can’t perform that action at this time.
0 commit comments