mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: Unify CallbackContext and ToolContext into the Context class
Co-authored-by: Xuan Yang <xygoogle@google.com> PiperOrigin-RevId: 869400758
This commit is contained in:
committed by
Copybara-Service
parent
4f71b45425
commit
647d3b16a3
@@ -172,7 +172,7 @@ async def test_openid_connect_with_auth_response(
|
||||
oauth2=OAuth2Auth(auth_response_uri='test_auth_response_uri'),
|
||||
)
|
||||
mock_auth_handler.get_auth_response.return_value = returned_credential
|
||||
mock_auth_handler_path = 'google.adk.tools.tool_context.AuthHandler'
|
||||
mock_auth_handler_path = 'google.adk.auth.auth_handler.AuthHandler'
|
||||
monkeypatch.setattr(
|
||||
mock_auth_handler_path, lambda *args, **kwargs: mock_auth_handler
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user