-
Notifications
You must be signed in to change notification settings - Fork 951
test: update unit test code for test_connection #578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
eacf74c
to
25979fe
Compare
It's fixed by d5b3a89 Thanks for your contribution though. |
@anencore94 Could you resolve conflicts to see if the new tests are covered or not? |
- Fix for Unit Test Failures
25979fe
to
8772b3d
Compare
Thanks for the suggestion. PTAL @hangfei |
@anencore94 one of the test failed. Could you take a look? |
@hangfei Thanks for checking. I fixed the issue and tested in local. Is there any way to trigger the unit test action? https://github.com/google/adk-python/actions/runs/14928802444 |
@hangfei Please trigger the unit test action. Thanks in advance |
fixes #542
This commit fixes failed unit tests on "tests/unittests/tools/application_integration_tool/clients/test_connections_client.py"
and add another test cases for changed interface "test_get_connection_details_without_name"
Notes
These changes do not affect the main logic or features, but ensure consistency and reliability of the test suite.
Please let me know if you have any questions or need further adjustments.