Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Dec 19, 2024
1 parent d172a5b commit f2b7623
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/aio/test_aio_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f2b7623

Please sign in to comment.