diff --git a/CHANGELOG.md b/CHANGELOG.md index d04235f..02fe6d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ ### ⚠ BREAKING CHANGES * Auth: expose `access_token` and `refresh_token` at top level of auth - credentials, instead of a `dict` + credentails, instead of a `dict` ([commit](https://github.com/google/adk-python/commit/956fb912e8851b139668b1ccb8db10fd252a6990)). ### Features @@ -50,7 +50,7 @@ ### Miscellaneous Chores -* README.md improvements. +* README.md impprovements. * Various code improvements. * Various typo fixes. * Bump min version of google-genai to 1.11.0. @@ -108,4 +108,4 @@ * Built-in evaluation support * Development UI that makes local development easy * Deploy to Google Cloud Run, Agent Engine -* (Experimental) Live(Bidi) audio/video agent support and Compositional Function Calling(CFC) support +* (Experimental) Live(Bidi) auido/video agent support and Compositional Function Calling(CFC) support diff --git a/tests/unittests/tools/openapi_tool/openapi_spec_parser/test_rest_api_tool.py b/tests/unittests/tools/openapi_tool/openapi_spec_parser/test_rest_api_tool.py index 968570d..74b83d6 100644 --- a/tests/unittests/tools/openapi_tool/openapi_spec_parser/test_rest_api_tool.py +++ b/tests/unittests/tools/openapi_tool/openapi_spec_parser/test_rest_api_tool.py @@ -61,7 +61,7 @@ class TestRestApiTool: return mock_parser @pytest.fixture - def sample_endpoint(self): + def sample_endpiont(self): return OperationEndpoint( base_url="https://example.com", path="/test", method="GET" )