Skip to content

Commit 7d8a5e3

Browse files
committed
AC-15203: [Integration Tests] Composer Build Failure - 2.4.9-alpha2
1 parent b0410c7 commit 7d8a5e3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 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,9 @@
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,
20+
'status' => 1
2021
];
2122
$integrationService->create($data);

0 commit comments

Comments
 (0)