Skip to content

Commit

Permalink
Fix AiohttpClientMockResponse.release (#98458)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery committed Aug 15, 2023
1 parent 5dd3f05 commit 3de402b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_util/aiohttp.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ async def json(self, encoding="utf-8", content_type=None, loads=json_loads):
"""Return mock response as a json."""
return loads(self.response.decode(encoding))

def release(self):
async def release(self):
"""Mock release."""

def raise_for_status(self):
Expand Down

0 comments on commit 3de402b

Please sign in to comment.