Skip to content

Commit 7d845c0

Browse files
committed
osxkeychain: TestOSXKeychainHelperRetrieveAliases print err
Signed-off-by: CrazyMax <[email protected]>
1 parent 058977a commit 7d845c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osxkeychain/osxkeychain_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ func TestOSXKeychainHelperRetrieveAliases(t *testing.T) {
107107
t.Fatalf("Error: failed to store secret for URL %q: %s", tc.storeURL, err)
108108
}
109109
if _, _, err := helper.Get(tc.readURL); err != nil {
110-
t.Errorf("Error: failed to read secret for URL %q using %q", tc.storeURL, tc.readURL)
110+
t.Errorf("Error: failed to read secret for URL %q using %q: %s", tc.storeURL, tc.readURL, err)
111111
}
112112
if err := helper.Delete(tc.storeURL); err != nil {
113113
t.Error(err)

0 commit comments

Comments
 (0)