fix tests

This commit is contained in:
Nicolas Mowen
2026-07-14 14:18:49 -06:00
parent bcb706f510
commit 6188886608
+1 -1
View File
@@ -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)