mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
ruff format fix
🤖 Generated with Claude Code
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
802a5a6cde
commit
b3699ace91
1 changed files with 1 additions and 3 deletions
|
|
@ -838,9 +838,7 @@ class TestMalformedURITemplates:
|
|||
|
||||
def test_expand_uri_template_with_hyphens(self):
|
||||
"""expand_uri_template maps underscored params to hyphenated placeholders."""
|
||||
result = expand_uri_template(
|
||||
"data://{user-id}/profile", {"user_id": "alice"}
|
||||
)
|
||||
result = expand_uri_template("data://{user-id}/profile", {"user_id": "alice"})
|
||||
assert result == "data://alice/profile"
|
||||
|
||||
def test_query_param_does_not_clobber_path_param(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue