Skip to content
Open
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
3 changes: 0 additions & 3 deletions test/client-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ test('request dump with abort signal', async (t) => {
t.ok(stackLines[4].startsWith('at RequestHandler.runInAsyncScope'))
t.ok(stackLines[5].startsWith('at RequestHandler.onResponseStart'))
t.ok(stackLines[6].startsWith('at Request.onResponseStart'))
server.close()
})
ac.abort()
})
Expand Down Expand Up @@ -195,7 +194,6 @@ test('request dump with POJO as invalid signal', async (t) => {
t.ok(stackLines[3].startsWith('at RequestHandler.runInAsyncScope'))
t.ok(stackLines[4].startsWith('at RequestHandler.onResponseStart'))
t.ok(stackLines[5].startsWith('at Request.onResponseStart'))
server.close()
})
})
})
Expand Down Expand Up @@ -235,7 +233,6 @@ test('request dump with aborted signal', async (t) => {
t.ok(stackLines[2].startsWith('at RequestHandler.runInAsyncScope'))
t.ok(stackLines[3].startsWith('at RequestHandler.onResponseStart'))
t.ok(stackLines[4].startsWith('at Request.onResponseStart'))
server.close()
})
ac.abort()
})
Expand Down
Loading