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.
2 parents b8cc640 + 722a932 commit 3f56a8eCopy full SHA for 3f56a8e
dev/tests/integration/testsuite/Magento/Integration/_files/integration_all_data.php
@@ -1,7 +1,7 @@
1
<?php
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details.
+ * Copyright 2021 Adobe
+ * All Rights Reserved.
5
*/
6
declare(strict_types=1);
7
@@ -14,8 +14,8 @@
14
$data = [
15
'name' => 'Fixture Integration',
16
'email' => '[email protected]',
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
];
21
$integrationService->create($data);
0 commit comments