Skip to content

Commit 34e572a

Browse files
committed
add cleanup_suprocesses
1 parent 0b941ba commit 34e572a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/auth/test_authorizer.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ async def test_authorized_requests(
205205
send_request,
206206
tmp_path,
207207
jp_serverapp,
208+
jp_cleanup_subprocesses,
208209
method,
209210
url,
210211
body,
@@ -274,3 +275,5 @@ async def test_authorized_requests(
274275

275276
code = await send_request(url, body=body, method=method)
276277
assert code in expected_codes
278+
279+
await jp_cleanup_subprocesses()

0 commit comments

Comments
 (0)