mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 21:14:17 +02:00
try to fix test
This commit is contained in:
parent
5e627c55d8
commit
8d210ade05
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ async def test_create_proxy(fastmcp_server):
|
|||
# Create a client
|
||||
client = Client(transport=FastMCPTransport(fastmcp_server))
|
||||
|
||||
server = FastMCPProxy.from_client(client)
|
||||
server = FastMCPProxy.as_proxy(client)
|
||||
|
||||
assert isinstance(server, FastMCPProxy)
|
||||
assert isinstance(server, FastMCP)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue