1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Reframe the GitHub Connect docs (#24146)

This commit is contained in:
Laura Coursen
2022-01-20 15:39:16 -06:00
committed by GitHub
parent bb7b57fa02
commit baec362248
46 changed files with 159 additions and 1595 deletions

View File

@@ -97,7 +97,7 @@ describe('redirects', () => {
})
test('do not work on other paths that include "search"', async () => {
const reqPath = `/en/enterprise-server@${enterpriseServerReleases.latest}/admin/configuration/managing-connections-between-your-enterprise-accounts/enabling-unified-search-between-your-enterprise-account-and-githubcom`
const reqPath = `/en/enterprise-server@${enterpriseServerReleases.latest}/admin/configuration/configuring-github-connect/enabling-unified-search-for-your-enterprise`
const res = await get(reqPath)
expect(res.statusCode).toBe(200)
})