mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 04:54:17 +02:00
fix test
This commit is contained in:
parent
5bbad74044
commit
e962f4d312
1 changed files with 3 additions and 0 deletions
|
|
@ -194,6 +194,9 @@ async def test_client_nested_context_manager(fastmcp_server):
|
|||
async with client:
|
||||
assert client.is_connected()
|
||||
|
||||
async with client:
|
||||
assert client.is_connected()
|
||||
|
||||
# After connection
|
||||
assert not client.is_connected()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue