We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaebbdc commit bc974f6Copy full SHA for bc974f6
tests/Unit/LegalEntityManagementTest.php
@@ -77,9 +77,7 @@ public function testUpdateTransferInstrument()
77
78
public function testRequestPeriodicReview()
79
{
80
- $client = $this->createMockClientUrl(
81
- null, 204
82
- );
+ $client = $this->createMockClientUrl();
83
$service = new LegalEntitiesApi($client);
84
$service->requestPeriodicReview('LE322JV223222F5GVGMLNB83F');
85
self::assertEquals(
0 commit comments