From 47cd3c0bf29bc0ea0e30386968d04b9759282c6e Mon Sep 17 00:00:00 2001 From: Vadzim Hushchanskou Date: Thu, 19 Dec 2024 19:18:21 +0300 Subject: [PATCH] Fix test --- tests/aio/test_aio_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/aio/test_aio_client.py b/tests/aio/test_aio_client.py index 92edcd1..4697fc4 100644 --- a/tests/aio/test_aio_client.py +++ b/tests/aio/test_aio_client.py @@ -285,6 +285,7 @@ async def test_start_launch_statistics_send(async_send_event): # noinspection PyTypeChecker session = mock.AsyncMock() client = Client("http://endpoint", "project", api_key="api_key") + client._skip_analytics = "" client._session = session mock_basic_post_response(session)