diff --git a/src/start-proxy.test.ts b/src/start-proxy.test.ts index 74943daf0..3fb8796f8 100644 --- a/src/start-proxy.test.ts +++ b/src/start-proxy.test.ts @@ -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" },