Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Linville <[email protected]>
  • Loading branch information
g-linville committed Jun 24, 2024
1 parent 47f097e commit 8276aa3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkg/types/credential_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,12 @@ func TestParseCredentialArgs(t *testing.T) {
wantErr: true,
},
{
name: "invalid input",
toolName: "myCredentialTool",
input: `{"asdf":"asdf"`,
wantErr: true,
name: "invalid input",
toolName: "myCredentialTool",
input: `{"asdf":"asdf"`,
expectedName: "myCredentialTool",
expectedAlias: "",
wantErr: false,
},
}

Expand Down

0 comments on commit 8276aa3

Please sign in to comment.