Clarify description of registries input

This commit is contained in:
Andrew Eisenberg
2022-09-06 10:45:02 -07:00
parent bf97a6da5b
commit 376fea671d
6 changed files with 12 additions and 14 deletions

View File

@@ -2296,7 +2296,7 @@ test("downloadPacks-with-registries", async (t) => {
t.deepEqual(process.env.GITHUB_TOKEN, sampleApiDetails.auth);
t.deepEqual(
process.env.CODEQL_REGISTRIES_AUTH,
"http://ghcr.io=not-a-token,https://containers.GHEHOSTNAME1/v2/=still-a-token"
"http://ghcr.io=not-a-token,https://containers.GHEHOSTNAME1/v2/=still-not-a-token"
);
// verify the config file contents were set correctly