You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed three categories of test failures:
1. test_get_products - Updated to use GetProductsRequest object instead of keyword arguments
2. test_all_client_methods - Removed assertions for non-existent methods (create_media_buy, update_media_buy)
3. A2A adapter tests - Fixed mock setup:
- Properly mock _get_client() method
- Make response.json() synchronous (MagicMock not AsyncMock)
All 61 tests now pass. Combined with mypy fixes, CI is now fully passing.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments