We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce49c4 commit 871bef6Copy full SHA for 871bef6
dev/tests/api-functional/testsuite/Magento/AsynchronousOperations/Api/BulkStatusInterfaceTest.php
@@ -23,7 +23,10 @@ class BulkStatusInterfaceTest extends WebapiAbstract
23
*/
24
public function testGetListByBulkStartTime()
25
{
26
- $resourcePath = self::RESOURCE_PATH . self::TEST_UUID . "/operation-status/" . OperationInterface::STATUS_TYPE_OPEN;
+ $resourcePath = self::RESOURCE_PATH
27
+ . self::TEST_UUID
28
+ . "/operation-status/"
29
+ . OperationInterface::STATUS_TYPE_OPEN;
30
$serviceInfo = [
31
'rest' => [
32
'resourcePath' => $resourcePath,
0 commit comments