Skip to content

Commit 4318ffe

Browse files
committed
AC-15248: [Integration Test] Exception in third-party event subscriber: Invalid scope type stores
1 parent a6933f3 commit 4318ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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' => 'https://localhost/endpoint',
18+
'identity_link_url' => 'https://localhost/link',
1919
'all_resources' => 0,
2020
];
2121
$integrationService->create($data);

0 commit comments

Comments
 (0)