mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Fix aiohttp MockPayloadWriter (#145579)
This commit is contained in:
@@ -42,7 +42,7 @@ class MockPayloadWriter:
|
||||
def enable_chunking(self) -> None:
|
||||
"""Enable chunking."""
|
||||
|
||||
async def send_headers(self, *args: Any, **kwargs: Any) -> None:
|
||||
def send_headers(self, *args: Any, **kwargs: Any) -> None:
|
||||
"""Write headers."""
|
||||
|
||||
async def write_headers(self, *args: Any, **kwargs: Any) -> None:
|
||||
|
Reference in New Issue
Block a user