File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
dev/tests/integration/testsuite/Magento/AsynchronousOperations/Model Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 6
6
namespace Magento \AsynchronousOperations \Model ;
7
7
8
8
use Magento \AsynchronousOperations \Api \Data \BulkSummaryInterface ;
9
- use Magento \AsynchronousOperations \Api \Data \DetailedOperationStatusInterface ;
10
9
use Magento \TestFramework \Helper \Bootstrap ;
11
10
use Magento \Framework \ObjectManagerInterface ;
12
11
use Magento \AsynchronousOperations \Api \Data \OperationInterface ;
@@ -136,7 +135,7 @@ private function getStoredOperationData()
136
135
{
137
136
/** @var MetadataPool $metadataPool */
138
137
$ metadataPool = $ this ->objectManager ->get (MetadataPool::class);
139
- $ operationMetadata = $ metadataPool ->getMetadata (DetailedOperationStatusInterface ::class);
138
+ $ operationMetadata = $ metadataPool ->getMetadata (OperationInterface ::class);
140
139
/** @var ResourceConnection $resourceConnection */
141
140
$ resourceConnection = $ this ->objectManager ->get (ResourceConnection::class);
142
141
$ connection = $ resourceConnection ->getConnectionByName ($ operationMetadata ->getEntityConnectionName ());
You can’t perform that action at this time.
0 commit comments