mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-17 17:31:15 +03:00
fix tests
This commit is contained in:
parent
bcb706f510
commit
6188886608
@ -401,7 +401,7 @@ class _FakeAsyncClient:
|
|||||||
async def __aexit__(self, *exc):
|
async def __aexit__(self, *exc):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def stream(self, method, url, json=None):
|
def stream(self, method, url, json=None, headers=None):
|
||||||
return _FakeStreamCtx(self._lines)
|
return _FakeStreamCtx(self._lines)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user