fix: fixes cache default cache config content unit test
This commit is contained in:
parent
91a22e8bc4
commit
dc519f5d26
1 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,8 @@ def test_cache_config_to_dict():
|
||||||
"shared_kuzu_lock": True,
|
"shared_kuzu_lock": True,
|
||||||
"cache_host": "test-host",
|
"cache_host": "test-host",
|
||||||
"cache_port": 7000,
|
"cache_port": 7000,
|
||||||
|
"cache_username": None,
|
||||||
|
"cache_password": None,
|
||||||
"agentic_lock_expire": 100,
|
"agentic_lock_expire": 100,
|
||||||
"agentic_lock_timeout": 200,
|
"agentic_lock_timeout": 200,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue