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