Skip to content

Commit cf32969

Browse files
Merge pull request #6888 from aden-hive/fix/python-test
fix(micro-fix): python test
2 parents 5cb5083 + eafbeb7 commit cf32969

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/tests/test_mcp_registry_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ def _find_with_tmp_paths(registry, name):
11231123
if not registry_json.exists():
11241124
continue
11251125
try:
1126-
configs = registry.load_agent_selection(agent_dir)
1126+
configs, _max_tools = registry.load_agent_selection(agent_dir)
11271127
resolved_names = {c["name"] for c in configs}
11281128
if name in resolved_names:
11291129
matches.append(str(agent_dir))

0 commit comments

Comments
 (0)