Skip to content

Commit 2fe0d2a

Browse files
authored
MQE-743: Can't run tests without a store having "default" store code]
- Fixed bad merge on getData function call.
1 parent 3ae57a6 commit 2fe0d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Util/TestGenerator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ public function generateStepsPhp($actionObjects, $hookObject = false, $actor = "
853853
}
854854

855855
if (isset($customActionAttributes['index'])) {
856-
$getEntityFunctionCall .= sprintf(", %s", (int)$customActionAttributes['index']);
856+
$getEntityFunctionCall .= sprintf("%s", (int)$customActionAttributes['index']);
857857
} else {
858858
$getEntityFunctionCall .= 'null';
859859
}

0 commit comments

Comments
 (0)