Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Oct 10, 2023
1 parent 548e985 commit 8fc3a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/aio/test_aio_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ async def test_close(aio_client: Client):
session.close.assert_awaited_once()


def mock_basic_post_response(session: mock.AsyncMock):
def mock_basic_post_response(session):
return_object = mock.AsyncMock()
return_object.json.return_value = RETURN_JSON
session.post.return_value = return_object
Expand Down

0 comments on commit 8fc3a73

Please sign in to comment.