Skip to content

Commit 9841ca3

Browse files
committed
Fix test
1 parent a096df3 commit 9841ca3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Unit/LegalEntityManagementTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
use Adyen\Service\LegalEntityManagement\LegalEntitiesApi;
1111
use Adyen\Service\LegalEntityManagement\TermsOfServiceApi;
1212
use Adyen\Service\LegalEntityManagement\TransferInstrumentsApi;
13+
use Adyen\Environment;
1314
use function PHPUnit\Framework\assertEquals;
1415

1516
class LegalEntityManagementTest extends TestCaseMock
@@ -77,7 +78,7 @@ public function testUpdateTransferInstrument()
7778

7879
public function testRequestPeriodicReview()
7980
{
80-
$client = $this->createMockClientUrl();
81+
$client = $this->createMockClientUrl(null, Environment::TEST);
8182
$service = new LegalEntitiesApi($client);
8283
$service->requestPeriodicReview('LE322JV223222F5GVGMLNB83F');
8384
self::assertEquals(

0 commit comments

Comments
 (0)