Skip to content

Commit 3f56a8e

Browse files
authored
Merge branch '2.4-develop' into comprs_jul4
2 parents b8cc640 + 722a932 commit 3f56a8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev/tests/integration/testsuite/Magento/Integration/_files/integration_all_data.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2021 Adobe
4+
* All Rights Reserved.
55
*/
66
declare(strict_types=1);
77

@@ -14,8 +14,8 @@
1414
$data = [
1515
'name' => 'Fixture Integration',
1616
'email' => '[email protected]',
17-
'endpoint' => 'https://example.com/endpoint',
18-
'identity_link_url' => 'https://example.com/link',
17+
'endpoint' => 'http://localhost/endpoint',
18+
'identity_link_url' => 'http://localhost/link',
1919
'all_resources' => 0,
2020
];
2121
$integrationService->create($data);

0 commit comments

Comments
 (0)