From 21a14a7d1a6dc9561346b956c8ddc047d04fee9d Mon Sep 17 00:00:00 2001 From: William Martin Date: Wed, 27 Nov 2024 15:50:54 +0100 Subject: [PATCH] Update git/client_test.go Co-authored-by: Andy Feller --- git/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/client_test.go b/git/client_test.go index f643caa90..b39ae7acb 100644 --- a/git/client_test.go +++ b/git/client_test.go @@ -69,7 +69,7 @@ func TestClientAuthenticatedCommand(t *testing.T) { wantErr error }{ { - name: "when credential pattern is TODO, credential helper matches everything", + name: "when credential pattern allows for anything, credential helper matches everything", path: "path/to/gh", pattern: AllMatchingCredentialsPattern, wantArgs: []string{"path/to/git", "-c", "credential.helper=", "-c", `credential.helper=!"path/to/gh" auth git-credential`, "fetch"},