Skip to content

Commit 6d19852

Browse files
#25569: Static tests fix.
1 parent 871bef6 commit 6d19852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class BulkStatusInterfaceTest extends WebapiAbstract
2323
*/
2424
public function testGetListByBulkStartTime()
2525
{
26-
$resourcePath = self::RESOURCE_PATH
26+
$resourcePath = self::RESOURCE_PATH
2727
. self::TEST_UUID
2828
. "/operation-status/"
2929
. OperationInterface::STATUS_TYPE_OPEN;

0 commit comments

Comments
 (0)