mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Fix static checks
This commit is contained in:
parent
81cc7a6225
commit
16dd2ee252
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ class TestMCPMixin:
|
|||
f"pref{_DEFAULT_SEPARATOR_PROMPT}sample_prompt",
|
||||
),
|
||||
],
|
||||
ids = ["No prefix", "Default separator", "Custom separator"]
|
||||
ids=["No prefix", "Default separator", "Custom separator"],
|
||||
)
|
||||
def test_prompt_registration(
|
||||
self, prefix, separator, expected_name, unexpected_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue