From bd329918dcb2af8100794ed59c4a2a9b129f1676 Mon Sep 17 00:00:00 2001 From: "bodong.yang" Date: Mon, 23 Dec 2024 02:52:36 +0000 Subject: [PATCH] fix up test --- tests/test_ota_proxy/test_cache_streaming.py | 1 - 1 file changed, 1 deletion(-) 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 )