Skip to content

Commit 5b54ce6

Browse files
committed
fix: fix tests
1 parent 063cc16 commit 5b54ce6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/client/test_client_factory.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ async def test_client_factory_connect_with_resolver_args(
190190
mock_resolver.return_value.get_agent_card.assert_awaited_once_with(
191191
relative_card_path=relative_path,
192192
http_kwargs=http_kwargs,
193+
signature_verifier=None,
193194
)
194195

195196

@@ -216,6 +217,7 @@ async def test_client_factory_connect_resolver_args_without_client(
216217
mock_resolver.return_value.get_agent_card.assert_awaited_once_with(
217218
relative_card_path=relative_path,
218219
http_kwargs=http_kwargs,
220+
signature_verifier=None,
219221
)
220222

221223

0 commit comments

Comments
 (0)