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 ded7d72 commit 3564158Copy full SHA for 3564158
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ResolverCache/MediaGalleryTest.php
@@ -601,10 +601,7 @@ private function createNewOauthIntegration(): Integration
601
'name' => 'Integration' . microtime()
602
];
603
604
- $integration = $integrationService->create($params);
605
- $integration->setStatus(\Magento\Integration\Model\Integration::STATUS_ACTIVE)->save();
606
-
607
- return $integration;
+ return $integrationService->create($params);
608
}
609
610
/**
0 commit comments