mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-18 11:22:22 -06:00
Copybara import of the project:
-- 6c3b8b5fa2eb9805c6f723f560e5526649dd61f0 by knileshh <neutron_stays@protonmail.com>: fix: Correct various typos in CHANGELOG.md and test_rest_api_tool.py Corrected the following spelling errors: - CHANGELOG.md: "impprovements" -> "improvements" - test_rest_api_tool.py: "def sample_endpiont:" -> "def sample_endpoint:" - CHANGELOG.md: "credentails" -> "credentials" - CHANGELOG.md: "auido" -> "audio" COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/498 from knileshh:main caadbdbd78e3dc757b494f3f4d45991e88eac30d PiperOrigin-RevId: 754189420
This commit is contained in:
@@ -61,7 +61,7 @@ class TestRestApiTool:
|
||||
return mock_parser
|
||||
|
||||
@pytest.fixture
|
||||
def sample_endpiont(self):
|
||||
def sample_endpoint(self):
|
||||
return OperationEndpoint(
|
||||
base_url="https://example.com", path="/test", method="GET"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user