Compare commits
11
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
41f23846bb | ||
|
|
3bd9536400 | ||
|
|
4d7db58d4c | ||
|
|
b4ca146200 | ||
|
|
11870e11ab | ||
|
|
d901516882 | ||
|
|
8dffd0f203 | ||
|
|
ec0d11b69c | ||
|
|
73faff420d | ||
|
|
ea8b69c3cd | ||
|
|
336b25a4ef |
@@ -677,8 +677,5 @@ describe('oidc-client-tests', () => {
|
||||
const http = new HttpClient('actions/oidc-client')
|
||||
const res = await http.get(getTokenEndPoint())
|
||||
expect(res.message.statusCode).toBe(200)
|
||||
// Consume the response to close the socket
|
||||
await res.readBody()
|
||||
res.message.destroy()
|
||||
})
|
||||
})
|
||||
|
||||
@@ -238,8 +238,6 @@ describe('basics', () => {
|
||||
'https://postman-echo.com/get'
|
||||
)
|
||||
expect(res.message.statusCode).toBe(200)
|
||||
// Consume the response to close the socket
|
||||
res.message.destroy()
|
||||
})
|
||||
|
||||
it('does basic http delete request', async () => {
|
||||
|
||||
Reference in New Issue
Block a user