Skip to content

Commit 3564158

Browse files
committed
B2B-2677: [MediaGallery]Implement data caching for GraphQL results on resolver level
- Debug integration creation forbidding access to Magento_ImportCsvApi::import_api
1 parent ded7d72 commit 3564158

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ResolverCache/MediaGalleryTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -601,10 +601,7 @@ private function createNewOauthIntegration(): Integration
601601
'name' => 'Integration' . microtime()
602602
];
603603

604-
$integration = $integrationService->create($params);
605-
$integration->setStatus(\Magento\Integration\Model\Integration::STATUS_ACTIVE)->save();
606-
607-
return $integration;
604+
return $integrationService->create($params);
608605
}
609606

610607
/**

0 commit comments

Comments
 (0)