Skip to content

Commit f9dbbfd

Browse files
Update test_session.py
1 parent 1744bb1 commit f9dbbfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/e2e/test_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ async def test_should_abort_a_session(self, ctx: E2ETestContext):
271271
)
272272

273273
# Wait for the tool to start executing
274-
await wait_for_tool_start
274+
_ = await wait_for_tool_start
275275

276276
# Abort the session while the tool is running
277277
await session.abort()

0 commit comments

Comments
 (0)