Skip to content

Commit 43238ce

Browse files
authored
Merge pull request #7424 from magento-arcticfoxes/B2B-2137-24develop
B2B-2137: Add ability of MFTF Helpers to Return Data to MFTF Test
2 parents 73714d5 + 063c73a commit 43238ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/AwsS3/Test/Mftf/Helper/FileAssertions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ public function assertDirectoryNotEmpty($path, $message = ''): void
297297
* @param string $filePathJson - path to file or json structure with paths by storage type.
298298
* @return mixed
299299
*/
300-
private function extractFilePath($filePathJson)
300+
public function extractFilePath($filePathJson)
301301
{
302302
$filePathArgs = json_decode($filePathJson, true);
303303
if (isset($filePathArgs[$this->storageType])) {

0 commit comments

Comments
 (0)