mirror of
https://github.com/github/codeql-action.git
synced 2026-04-26 08:48:46 +00:00
Specify "Go" for a test case
Co-authored-by: Michael B. Gale <mbg@github.com>
This commit is contained in:
@@ -252,7 +252,7 @@ test("getCredentials returns all for a language when specified", async (t) => {
|
||||
t.assert(credentialsTypes.includes("git_source"));
|
||||
});
|
||||
|
||||
test("getCredentials returns all goproxy_servers for a language when specified", async (t) => {
|
||||
test("getCredentials returns all goproxy_servers for Go when specified", async (t) => {
|
||||
const multipleGoproxyServers = [
|
||||
{ type: "goproxy_server", host: "goproxy1.example.com", token: "token1" },
|
||||
{ type: "goproxy_server", host: "goproxy2.example.com", token: "token2" },
|
||||
|
||||
Reference in New Issue
Block a user