Skip to content

Commit c06ac91

Browse files
committed
Update test_utcp_client.py
1 parent c12df78 commit c06ac91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/tests/client/test_utcp_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ async def sample_tools():
147147

148148
cli_call_template = CliCallTemplate(
149149
name="test_cli_provider",
150-
command_name="echo",
150+
commands=[{"command": "echo UTCP_ARG_command_UTCP_END"}],
151151
call_template_type="cli"
152152
)
153153

@@ -496,7 +496,7 @@ async def test_load_manual_call_templates_from_file(self, isolated_communication
496496
{
497497
"name": "cli_template",
498498
"call_template_type": "cli",
499-
"command_name": "echo"
499+
"commands": [{"command": "echo UTCP_ARG_message_UTCP_END"}]
500500
}
501501
]
502502
}

0 commit comments

Comments
 (0)