Skip to content

Commit cc55f28

Browse files
committed
Fix Windows subprocess handle issue
1 parent 104b9f1 commit cc55f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/services/sessions/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,4 +304,4 @@ async def test_modify_kernel_id(session_client, fetch):
304304
assert kernel_list == [kernel]
305305

306306
# Need to find a better solution to this.
307-
await session_client.cleanup()
307+
await session_client.cleanup()

0 commit comments

Comments
 (0)