Update git/client_test.go
Co-authored-by: Andy Feller <andyfeller@github.com>
This commit is contained in:
parent
bd44d33eaa
commit
21a14a7d1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue