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 1d72d50 commit e12f527Copy full SHA for e12f527
dev/tests/api-functional/testsuite/Magento/Integration/Model/IntegrationTest.php
@@ -21,7 +21,7 @@ protected function setUp()
21
$integrationService = $objectManager->get('Magento\Integration\Service\V1\IntegrationInterface');
22
23
$params = [
24
- 'all_resources' => false,
+ 'all_resources' => true,
25
'integration_id' => 1,
26
'status' => Integration::STATUS_ACTIVE,
27
'name' => 'Test Integration1'
0 commit comments