mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-26 23:44:17 +02:00
Update test_proxy.py
This commit is contained in:
parent
f9e414f51e
commit
2f0b60a6d9
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ class TestTools:
|
|||
|
||||
async with Client(proxy_server) as client:
|
||||
tools = await client.list_tools()
|
||||
assert "greet" not in tools
|
||||
assert not any(t.name == "greet" for t in tools)
|
||||
|
||||
|
||||
class TestResources:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue