ADK changes

PiperOrigin-RevId: 754193272
This commit is contained in:
Hangfei Lin
2025-05-02 17:53:05 -07:00
committed by Copybara-Service
parent eff5903175
commit 60d23c028f
2 changed files with 4 additions and 4 deletions

View File

@@ -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"
)