Skip to content

Commit a4d4911

Browse files
committed
osxkeychain: TestOSXKeychainHelperRetrieveAliases print err
Signed-off-by: CrazyMax <[email protected]>
1 parent b150feb commit a4d4911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osxkeychain/osxkeychain_darwin_test.go

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

0 commit comments

Comments
 (0)