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 76e2a92 commit 3e7472cCopy full SHA for 3e7472c
dev/tests/integration/testsuite/Magento/Integration/_files/integration_all_data.php
@@ -14,8 +14,9 @@
14
$data = [
15
'name' => 'Fixture Integration',
16
'email' => 'john.doe@example.com',
17
- 'endpoint' => 'https://example.com/endpoint',
18
- 'identity_link_url' => 'https://example.com/link',
+ 'endpoint' => 'http://localhost/endpoint',
+ 'identity_link_url' => 'http://localhost/link',
19
'all_resources' => 0,
20
+ 'status' => 1
21
];
22
$integrationService->create($data);
0 commit comments