mirror of
https://github.com/gradle/actions.git
synced 2026-03-02 17:49:49 +08:00
Avoid open interceptors in unit test
This commit is contained in:
@@ -58,6 +58,7 @@ test('fetches wrapper jar checksums for snapshots', async () => {
|
||||
describe('retry', () => {
|
||||
afterEach(() => {
|
||||
nock.cleanAll()
|
||||
nock.restore()
|
||||
})
|
||||
|
||||
describe('for /versions/all API', () => {
|
||||
|
||||
Reference in New Issue
Block a user