Skip to content

Commit 3e7472c

Browse files
committed
AC-15195:[Integration Tests] Build failure for TokensExchangeTest::testActivate
1 parent 76e2a92 commit 3e7472c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
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,
20+
'status' => 1
2021
];
2122
$integrationService->create($data);

0 commit comments

Comments
 (0)