Skip to content

Commit d0846c6

Browse files
committed
B2B-2069: Images from remote directory is throwing errors on lib/internal/Magento/Framework/Filesystem/Directory/Write.php
1 parent 4948227 commit d0846c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/AwsS3/Test/Unit/Driver/AwsS3Test.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -413,12 +413,12 @@ public function getRealPathSafetyDataProvider(): array
413413
'test/test.txt'
414414
],
415415
[
416-
'test///test/../test.txt',
417-
'test/test.txt'
416+
'test1///test2/..//test3//test.txt',
417+
'test1/test3/test.txt'
418418
],
419419
[
420-
self::URL . 'test//test.txt',
421-
self::URL . 'test/test.txt'
420+
self::URL . '/test1///test2/..//test3//test.txt',
421+
self::URL . 'test1/test3/test.txt'
422422
]
423423
];
424424
}

0 commit comments

Comments
 (0)