diff --git a/tests/test_ota_proxy/test_cache_streaming.py b/tests/test_ota_proxy/test_cache_streaming.py index 8efdbcd1c..8701ad2bc 100644 --- a/tests/test_ota_proxy/test_cache_streaming.py +++ b/tests/test_ota_proxy/test_cache_streaming.py @@ -87,7 +87,6 @@ async def _worker( _tracker = CacheTracker( cache_identifier=self.URL, base_dir=self.base_dir, - executor=None, # type: ignore commit_cache_cb=None, # type: ignore below_hard_limit_event=None, # type: ignore )