We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793ba84 commit a8cab98Copy full SHA for a8cab98
tests/client/test_client.py
@@ -158,7 +158,7 @@ async def test_get_agent_card_success_with_specified_path_for_extended_card(
158
)
159
160
# Fetch the extended card by providing its relative path and example auth
161
- auth_kwargs = {"headers": {"Authorization": "Bearer testtoken"}}
+ auth_kwargs = {"headers": {"Authorization": "Bearer test token"}}
162
agent_card_result = await resolver.get_agent_card(
163
relative_card_path=self.EXTENDED_AGENT_CARD_PATH,
164
http_kwargs=auth_kwargs
0 commit comments