fix: python test

This commit is contained in:
Timothy
2026-03-31 18:55:24 -07:00
parent 5cb5083f8d
commit eafbeb78b4
+1 -1
View File
@@ -1123,7 +1123,7 @@ def test_find_agents_using_server_resolves_via_load_agent_selection(
if not registry_json.exists():
continue
try:
configs = registry.load_agent_selection(agent_dir)
configs, _max_tools = registry.load_agent_selection(agent_dir)
resolved_names = {c["name"] for c in configs}
if name in resolved_names:
matches.append(str(agent_dir))