Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion python/e2e/test_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,12 @@ async def test_should_abort_a_session(self, ctx: E2ETestContext):

# Send a message that will trigger a long-running shell command
await session.send(
{"prompt": "run the shell command 'sleep 100' (works on bash and PowerShell)"}
{
"prompt": (
"run the shell command 'sleep 100' "
"(note this works on both bash and PowerShell)"
)
}
)

# Wait for the tool to start executing
Expand Down
Loading