From f2b7623630ad2692eb3e2f3c6c3f5c50d0355535 Mon Sep 17 00:00:00 2001 From: Vadzim Hushchanskou Date: Thu, 19 Dec 2024 19:18:08 +0300 Subject: [PATCH] Fix test --- tests/aio/test_aio_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/aio/test_aio_client.py b/tests/aio/test_aio_client.py index 09a0f8e..92edcd1 100644 --- a/tests/aio/test_aio_client.py +++ b/tests/aio/test_aio_client.py @@ -285,7 +285,6 @@ 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 = "1" client._session = session mock_basic_post_response(session)