Skip to content

Commit 871bef6

Browse files
#25569: Static tests fix.
1 parent 9ce49c4 commit 871bef6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dev/tests/api-functional/testsuite/Magento/AsynchronousOperations/Api/BulkStatusInterfaceTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ class BulkStatusInterfaceTest extends WebapiAbstract
2323
*/
2424
public function testGetListByBulkStartTime()
2525
{
26-
$resourcePath = self::RESOURCE_PATH . self::TEST_UUID . "/operation-status/" . OperationInterface::STATUS_TYPE_OPEN;
26+
$resourcePath = self::RESOURCE_PATH
27+
. self::TEST_UUID
28+
. "/operation-status/"
29+
. OperationInterface::STATUS_TYPE_OPEN;
2730
$serviceInfo = [
2831
'rest' => [
2932
'resourcePath' => $resourcePath,

0 commit comments

Comments
 (0)