Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Specify "Go" for a test case
Co-authored-by: Michael B. Gale <mbg@github.com>
  • Loading branch information
mario-campos and mbg committed Apr 7, 2026
commit 14ed573199ffc1a27bd6116218d59ef752849231
2 changes: 1 addition & 1 deletion src/start-proxy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down