Skip to content

Commit a6be65a

Browse files
committed
fix types test
1 parent fbf03f3 commit a6be65a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_types.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,6 @@ def test_a2a_request_root_model() -> None:
918918
'jsonrpc': '2.0',
919919
'method': 'tasks/pushNotificationConfig/set',
920920
'params': task_push_config.model_dump(),
921-
'id': 2,
922921
}
923922
a2a_req_set_push_req = A2ARequest.model_validate(set_push_notif_req_data)
924923
assert isinstance(
@@ -938,7 +937,6 @@ def test_a2a_request_root_model() -> None:
938937
'jsonrpc': '2.0',
939938
'method': 'tasks/pushNotificationConfig/get',
940939
'params': id_params.model_dump(),
941-
'id': 2,
942940
}
943941
a2a_req_get_push_req = A2ARequest.model_validate(get_push_notif_req_data)
944942
assert isinstance(

0 commit comments

Comments
 (0)