mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 06:24:18 +02:00
Fix duplicate annotation.
This commit is contained in:
parent
21fc1e56ef
commit
1c23713ea1
1 changed files with 0 additions and 2 deletions
|
|
@ -194,7 +194,6 @@ class TestTools:
|
|||
assert len(tools) == 2
|
||||
|
||||
assert tools[0].model_dump() == dict(
|
||||
annotations=None,
|
||||
name="create_user_users_post",
|
||||
annotations=None,
|
||||
description=IsStr(regex=r"^Create a new user\..*$", regex_flags=re.DOTALL),
|
||||
|
|
@ -208,7 +207,6 @@ class TestTools:
|
|||
},
|
||||
)
|
||||
assert tools[1].model_dump() == dict(
|
||||
annotations=None,
|
||||
name="update_user_name_users__user_id__name_patch",
|
||||
annotations=None,
|
||||
description=IsStr(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue