Skip to content

Commit 056c600

Browse files
committed
Update the unit tests
1 parent c824556 commit 056c600

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_mcp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async def test_server(name: str, command: str) -> None:
2424

2525
assert "start_browser" in tools
2626
assert "close_browser" in tools
27-
assert "goto_url" in tools
27+
assert "open_url" in tools
2828

2929
result = await client.call_tool(
3030
"start_browser",
@@ -33,7 +33,7 @@ async def test_server(name: str, command: str) -> None:
3333
assert not result.is_error
3434

3535
result = await client.call_tool(
36-
"goto_url",
36+
"open_url",
3737
{
3838
"url": (
3939
"data:text/html,"

0 commit comments

Comments
 (0)