chore(fix typo): correct typo AUTHLIB_AVIALABLE → AUTHLIB_AVAILABLE

This commit is contained in:
hironow
2025-07-10 03:08:31 +09:00
parent adef7b297a
commit 843b791bb0
6 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -456,7 +456,7 @@ class TestExchangeAuthToken:
self, auth_config_with_auth_code, monkeypatch
):
"""Test when token exchange is not supported."""
monkeypatch.setattr("google.adk.auth.auth_handler.AUTHLIB_AVIALABLE", False)
monkeypatch.setattr("google.adk.auth.auth_handler.AUTHLIB_AVAILABLE", False)
handler = AuthHandler(auth_config_with_auth_code)
result = await handler.exchange_auth_token()