@@ -119,6 +119,7 @@ |
||
119 | 119 | |
120 | 120 | /** |
121 | 121 | * @throws OmsRequestErrorException |
122 | + * @param string $body |
|
122 | 123 | */ |
123 | 124 | private function request( |
124 | 125 | string $token, |
@@ -20,7 +20,6 @@ |
||
20 | 20 | use Lamoda\OmsClient\V2\Extension; |
21 | 21 | use Lamoda\OmsClient\V2\OmsApi; |
22 | 22 | use Lamoda\OmsClient\V2\Signer\SignerInterface; |
23 | -use PHPUnit\Framework\Assert; |
|
24 | 23 | use PHPUnit\Framework\MockObject\MockObject; |
25 | 24 | use PHPUnit\Framework\TestCase; |
26 | 25 | use Psr\Http\Message\RequestInterface; |