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 f2b7623 commit 47cd3c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/aio/test_aio_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ 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 = ""
client._session = session
mock_basic_post_response(session)

Expand Down

0 comments on commit 47cd3c0

Please sign in to comment.