We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b7623 commit 47cd3c0Copy full SHA for 47cd3c0
tests/aio/test_aio_client.py
@@ -285,6 +285,7 @@ async def test_start_launch_statistics_send(async_send_event):
285
# noinspection PyTypeChecker
286
session = mock.AsyncMock()
287
client = Client("http://endpoint", "project", api_key="api_key")
288
+ client._skip_analytics = ""
289
client._session = session
290
mock_basic_post_response(session)
291
0 commit comments