fix: fixes unit test for cacheconfig params

This commit is contained in:
hajdul88 2026-01-15 12:46:19 +01:00
parent ace34b9a91
commit 34513f2c10

View file

@ -62,6 +62,8 @@ def test_cache_config_to_dict():
"cache_password": None,
"agentic_lock_expire": 100,
"agentic_lock_timeout": 200,
"usage_logging": False,
"usage_logging_ttl": 604800,
}