chore: remove unsupported 'type': 'unknown' in test_common.py for fastapi 0.117.1

PiperOrigin-RevId: 810673476
This commit is contained in:
Xuan Yang
2025-09-23 19:44:49 -07:00
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'),
], ],
) )