Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit cf21ba7

Browse files
committed
Merge remote-tracking branch 'bulk/async-webapi-2' into async-webapi-2
2 parents 2077938 + d0a0093 commit cf21ba7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/AsynchronousOperations/Api/Data/DetailedOperationStatusInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ public function getResultSerializedData();
2828
*/
2929
public function setResultSerializedData($resultSerializedData);
3030
}
31-

dev/tests/integration/testsuite/Magento/AsynchronousOperations/Model/BulkManagementTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
namespace Magento\AsynchronousOperations\Model;
77

88
use Magento\AsynchronousOperations\Api\Data\BulkSummaryInterface;
9+
use Magento\AsynchronousOperations\Api\Data\DetailedOperationStatusInterface;
910
use Magento\TestFramework\Helper\Bootstrap;
1011
use Magento\Framework\ObjectManagerInterface;
1112
use Magento\AsynchronousOperations\Api\Data\OperationInterface;
@@ -135,7 +136,7 @@ private function getStoredOperationData()
135136
{
136137
/** @var MetadataPool $metadataPool */
137138
$metadataPool = $this->objectManager->get(MetadataPool::class);
138-
$operationMetadata = $metadataPool->getMetadata(OperationInterface::class);
139+
$operationMetadata = $metadataPool->getMetadata(DetailedOperationObStatusInterface::class);
139140
/** @var ResourceConnection $resourceConnection */
140141
$resourceConnection = $this->objectManager->get(ResourceConnection::class);
141142
$connection = $resourceConnection->getConnectionByName($operationMetadata->getEntityConnectionName());

0 commit comments

Comments
 (0)