Skip to content

Commit b9743bd

Browse files
committed
chore(tests): fix trailing whitespace in test_resource_template_includes_mime_type
1 parent 74023cf commit b9743bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/fastmcp/test_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ def get_csv(user: str) -> str:
754754

755755
assert hasattr(template, "mimeType")
756756
assert template.mimeType == "text/csv"
757-
757+
758758
async with client_session(mcp._mcp_server) as client:
759759
result = await client.read_resource(AnyUrl("resource://bob/csv"))
760760
assert isinstance(result.contents[0], TextResourceContents)

0 commit comments

Comments
 (0)