fix: fixes unit test for cacheconfig params
This commit is contained in:
parent
ace34b9a91
commit
34513f2c10
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@ def test_cache_config_to_dict():
|
||||||
"cache_password": None,
|
"cache_password": None,
|
||||||
"agentic_lock_expire": 100,
|
"agentic_lock_expire": 100,
|
||||||
"agentic_lock_timeout": 200,
|
"agentic_lock_timeout": 200,
|
||||||
|
"usage_logging": False,
|
||||||
|
"usage_logging_ttl": 604800,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue