fix: fixes cache default cache config content unit test

This commit is contained in:
hajdul88 2025-10-16 16:28:52 +02:00
parent 91a22e8bc4
commit dc519f5d26

View file

@ -53,6 +53,8 @@ def test_cache_config_to_dict():
"shared_kuzu_lock": True,
"cache_host": "test-host",
"cache_port": 7000,
"cache_username": None,
"cache_password": None,
"agentic_lock_expire": 100,
"agentic_lock_timeout": 200,
}