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 89ab174 commit d16fe7aCopy full SHA for d16fe7a
tests/server/request_handlers/test_jsonrpc_handler.py
@@ -648,8 +648,6 @@ async def test_on_resubscribe_no_existing_task_error(self) -> None:
648
self.assertIsInstance(collected_events[0].root, JSONRPCErrorResponse)
649
assert collected_events[0].root.error == TaskNotFoundError()
650
651
- # Additional tests to add to your TestJSONRPCtHandler class in test_jsonrpc_handler.py
652
-
653
async def test_streaming_not_supported_error(
654
self,
655
) -> None:
0 commit comments