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 a6933f3 commit 4318ffeCopy full SHA for 4318ffe
dev/tests/integration/testsuite/Magento/Integration/_files/integration_all_data.php
@@ -14,8 +14,8 @@
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' => 'https://localhost/endpoint',
+ 'identity_link_url' => 'https://localhost/link',
19
'all_resources' => 0,
20
];
21
$integrationService->create($data);
0 commit comments