Skip to content

Commit bc974f6

Browse files
authored
Refactor testRequestPeriodicReview to use default client
1 parent eaebbdc commit bc974f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/Unit/LegalEntityManagementTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ public function testUpdateTransferInstrument()
7777

7878
public function testRequestPeriodicReview()
7979
{
80-
$client = $this->createMockClientUrl(
81-
null, 204
82-
);
80+
$client = $this->createMockClientUrl();
8381
$service = new LegalEntitiesApi($client);
8482
$service->requestPeriodicReview('LE322JV223222F5GVGMLNB83F');
8583
self::assertEquals(

0 commit comments

Comments
 (0)