mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: remove unsupported 'type': 'unknown' in test_common.py for fastapi 0.117.1
PiperOrigin-RevId: 810673476
This commit is contained in:
committed by
Copybara-Service
parent
47bd34ac28
commit
6db096a3f4
@@ -167,7 +167,6 @@ class TestApiParameter:
|
|||||||
'List[Dict[str, Any]]',
|
'List[Dict[str, Any]]',
|
||||||
),
|
),
|
||||||
({'type': 'object'}, Dict[str, Any], 'Dict[str, Any]'),
|
({'type': 'object'}, Dict[str, Any], 'Dict[str, Any]'),
|
||||||
({'type': 'unknown'}, Any, 'Any'),
|
|
||||||
({}, Any, 'Any'),
|
({}, Any, 'Any'),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user