From eb55d769b640be40b9f6c19eb1a502ee49c589a4 Mon Sep 17 00:00:00 2001 From: Ivan Chaplygin Date: Wed, 25 Sep 2024 16:33:46 +0300 Subject: [PATCH] fix path --- .../RetailCrm/Tests/Methods/Version5/ApiClientCustomersTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/RetailCrm/Tests/Methods/Version5/ApiClientCustomersTest.php b/tests/RetailCrm/Tests/Methods/Version5/ApiClientCustomersTest.php index 2cb2e20..29f3b3b 100644 --- a/tests/RetailCrm/Tests/Methods/Version5/ApiClientCustomersTest.php +++ b/tests/RetailCrm/Tests/Methods/Version5/ApiClientCustomersTest.php @@ -463,7 +463,7 @@ class ApiClientCustomersTest extends TestCase ]; $clientMock->expects(self::once())->method('makeRequest')->with( - '/customer/123/subscriptions', + '/customers/123/subscriptions', 'POST', [ 'subscriptions' => json_encode($parameters['subscriptions']),