Fix tests

This commit is contained in:
Nicolas Mowen 2025-05-22 20:41:05 -06:00
parent f03e1853b3
commit 2a3e362912
2 changed files with 2 additions and 1 deletions

View File

@ -119,6 +119,7 @@ class BaseTestHttp(unittest.TestCase):
None,
stats,
None,
None,
)
def insert_mock_event(

View File

@ -113,7 +113,7 @@ class TestHttp(unittest.TestCase):
except OSError:
pass
def __init_app(self, updater: Any | None) -> Any:
def __init_app(self, updater: Any | None = None) -> Any:
return create_fastapi_app(
FrigateConfig(**self.minimal_config),
self.db,