Skip to content

Commit 21a81f3

Browse files
committed
test-ci
1 parent 61231c4 commit 21a81f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/jupyter-ai/jupyter_ai/tests/completions/test_handlers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,6 @@ async def test_handle_request_with_error(inline_handler):
209209
)
210210
await inline_handler.on_message(json.dumps(dict(dummy_request)))
211211
await inline_handler.tasks[0]
212+
print("\n",inline_handler.messages[-1].dict(),"\n")
212213
error = inline_handler.messages[-1].dict().get("error", None)
213214
assert error is not None

0 commit comments

Comments
 (0)