From 14ed573199ffc1a27bd6116218d59ef752849231 Mon Sep 17 00:00:00 2001 From: Mario Campos Date: Tue, 7 Apr 2026 09:00:19 -0500 Subject: [PATCH] Specify "Go" for a test case Co-authored-by: Michael B. Gale --- src/start-proxy.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },