Skip to content

Commit f70c057

Browse files
committed
Merge branch '2.4-develop' into ACP2E-3897
2 parents 9dd00b5 + cbc2d8e commit f70c057

File tree

2 files changed

+4
-191
lines changed

2 files changed

+4
-191
lines changed

dev/tests/integration/testsuite/Magento/Checkout/Helper/DataTest.php

Lines changed: 0 additions & 187 deletions
This file was deleted.

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' => 'john.doe@example.com',
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)