mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
Fix AiohttpClientMockResponse.release (#98458)
This commit is contained in:
@@ -255,7 +255,7 @@ class AiohttpClientMockResponse:
|
||||
"""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):
|
||||
|
||||
Reference in New Issue
Block a user