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 75d4325 commit 1c75be3Copy full SHA for 1c75be3
packages/jupyter-ai/jupyter_ai/tests/completions/test_handlers.py
@@ -209,6 +209,5 @@ async def test_handle_request_with_error(inline_handler):
209
)
210
await inline_handler.on_message(json.dumps(dict(dummy_request)))
211
await inline_handler.tasks[0]
212
- print("\n\n",inline_handler.messages[-1].dict(),"\n\n")
213
error = inline_handler.messages[-1].dict().get("error", None)
214
assert error is not None
0 commit comments