Skip to content

Commit e12f527

Browse files
committed
MAGETWO-33455: Cover Config-based Integration Creation with Test
- fix test
1 parent 1d72d50 commit e12f527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/Integration/Model/IntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ protected function setUp()
2121
$integrationService = $objectManager->get('Magento\Integration\Service\V1\IntegrationInterface');
2222

2323
$params = [
24-
'all_resources' => false,
24+
'all_resources' => true,
2525
'integration_id' => 1,
2626
'status' => Integration::STATUS_ACTIVE,
2727
'name' => 'Test Integration1'

0 commit comments

Comments
 (0)