Skip to content

Commit 146ce90

Browse files
clarify purpose of test
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent b7a1ad0 commit 146ce90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/client/test_card_resolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ async def test_get_agent_card_with_empty_resolver_agent_card_path(
224224
mock_response,
225225
valid_agent_card_data,
226226
):
227-
"""Test fetching agent card with an empty relative_card_path."""
227+
"""Test fetching agent card when the resolver's agent_card_path is empty."""
228228
resolver.agent_card_path = ''
229229
mock_response.json.return_value = valid_agent_card_data
230230
mock_httpx_client.get.return_value = mock_response

0 commit comments

Comments
 (0)