From 3b3971dfbf57359ab51e2c5c13082bcf569ca869 Mon Sep 17 00:00:00 2001 From: tuutti Date: Thu, 24 Aug 2023 16:37:15 +0300 Subject: [PATCH] UHF-5265: Fixed comment --- tests/src/Traits/ApiTestTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/Traits/ApiTestTrait.php b/tests/src/Traits/ApiTestTrait.php index 2681c401..2a2f5c9b 100644 --- a/tests/src/Traits/ApiTestTrait.php +++ b/tests/src/Traits/ApiTestTrait.php @@ -37,7 +37,7 @@ protected function createMockHttpClient(array $responses) : Client { } /** - * Overrides the default http_client service with mocked client. + * Overrides the default 'http_client_factory' service with mock. * * @param \Psr\Http\Message\ResponseInterface[] $responses * The expected responses.