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

Commit 6c6e4d4

Browse files
committed
Merge remote-tracking branch 'bulk/async-webapi-2' into async-webapi-2
2 parents cf21ba7 + 9dfc236 commit 6c6e4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ private function getStoredOperationData()
136136
{
137137
/** @var MetadataPool $metadataPool */
138138
$metadataPool = $this->objectManager->get(MetadataPool::class);
139-
$operationMetadata = $metadataPool->getMetadata(DetailedOperationObStatusInterface::class);
139+
$operationMetadata = $metadataPool->getMetadata(DetailedOperationStatusInterface::class);
140140
/** @var ResourceConnection $resourceConnection */
141141
$resourceConnection = $this->objectManager->get(ResourceConnection::class);
142142
$connection = $resourceConnection->getConnectionByName($operationMetadata->getEntityConnectionName());

0 commit comments

Comments
 (0)