Skip to content

Commit 0b3e389

Browse files
committed
✨ Adapt MCP protocal to different program language #416
[Specification Details] 1.Fix test cases.
1 parent 12eed81 commit 0b3e389

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/sdk/container/test_container_client_factory.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@ async def start_container(self, *args, **kwargs):
200200
async def stop_container(self, container_id):
201201
return True
202202

203+
async def remove_container(self, container_id):
204+
return True
205+
203206
def list_containers(self, tenant_id=None, service_name=None):
204207
return []
205208

0 commit comments

Comments
 (0)