We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf03f3 commit a6be65aCopy full SHA for a6be65a
tests/test_types.py
@@ -918,7 +918,6 @@ def test_a2a_request_root_model() -> None:
918
'jsonrpc': '2.0',
919
'method': 'tasks/pushNotificationConfig/set',
920
'params': task_push_config.model_dump(),
921
- 'id': 2,
922
}
923
a2a_req_set_push_req = A2ARequest.model_validate(set_push_notif_req_data)
924
assert isinstance(
@@ -938,7 +937,6 @@ def test_a2a_request_root_model() -> None:
938
937
939
'method': 'tasks/pushNotificationConfig/get',
940
'params': id_params.model_dump(),
941
942
943
a2a_req_get_push_req = A2ARequest.model_validate(get_push_notif_req_data)
944
0 commit comments