Skip to content

Commit 47cd3c0

Browse files
committed
Fix test
1 parent f2b7623 commit 47cd3c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/aio/test_aio_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ async def test_start_launch_statistics_send(async_send_event):
285285
# noinspection PyTypeChecker
286286
session = mock.AsyncMock()
287287
client = Client("http://endpoint", "project", api_key="api_key")
288+
client._skip_analytics = ""
288289
client._session = session
289290
mock_basic_post_response(session)
290291

0 commit comments

Comments
 (0)