Skip to content

Commit 5a741e2

Browse files
authored
Merge pull request #23368 from github/repo-sync
repo sync
2 parents 1c96b6a + 683ba4b commit 5a741e2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/routing/release-notes.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ describe('release notes', () => {
2626
})
2727
})
2828

29+
afterAll(() => nock.cleanAll())
30+
2931
it('redirects to the release notes on enterprise.github.com if none are present for this version here', async () => {
3032
const res = await get('/en/enterprise-server@2.19/admin/release-notes')
3133
expect(res.statusCode).toBe(302)

0 commit comments

Comments
 (0)