File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ async def test_set_task_callback_with_invalid_task(
356356 mock_grpc_stub : AsyncMock ,
357357 sample_task_push_notification_config : TaskPushNotificationConfig ,
358358):
359- """Test setting a task push notification config with a invalid task id."""
359+ """Test setting a task push notification config with an invalid task id."""
360360 mock_grpc_stub .CreateTaskPushNotificationConfig .return_value = a2a_pb2 .TaskPushNotificationConfig (
361361 name = (
362362 f'invalid-path-to-tasks/{ sample_task_push_notification_config .task_id } /'
@@ -415,7 +415,7 @@ async def test_get_task_callback_with_invalid_task(
415415 mock_grpc_stub : AsyncMock ,
416416 sample_task_push_notification_config : TaskPushNotificationConfig ,
417417):
418- """Test retrieving a task push notification config with a invalid task id."""
418+ """Test retrieving a task push notification config with an invalid task id."""
419419 mock_grpc_stub .GetTaskPushNotificationConfig .return_value = a2a_pb2 .TaskPushNotificationConfig (
420420 name = (
421421 f'invalid-path-to-tasks/{ sample_task_push_notification_config .task_id } /'
You can’t perform that action at this time.
0 commit comments