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 d172a5b commit f2b7623Copy full SHA for f2b7623
tests/aio/test_aio_client.py
@@ -285,7 +285,6 @@ 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 = "1"
289
client._session = session
290
mock_basic_post_response(session)
291
0 commit comments