Skip to content

Commit a8cab98

Browse files
committed
fix spelling
1 parent 793ba84 commit a8cab98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ async def test_get_agent_card_success_with_specified_path_for_extended_card(
158158
)
159159

160160
# Fetch the extended card by providing its relative path and example auth
161-
auth_kwargs = {"headers": {"Authorization": "Bearer testtoken"}}
161+
auth_kwargs = {"headers": {"Authorization": "Bearer test token"}}
162162
agent_card_result = await resolver.get_agent_card(
163163
relative_card_path=self.EXTENDED_AGENT_CARD_PATH,
164164
http_kwargs=auth_kwargs

0 commit comments

Comments
 (0)