Skip to content

Commit 6120b39

Browse files
committed
store(windows): test attributes mapping
Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com>
1 parent 23970ef commit 6120b39

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

store/keychain/keychain_windows.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ func (k *keychainStore[T]) Get(_ context.Context, id store.ID) (store.Secret, er
6868

6969
attributes := mapFromWindowsAttributes(gc.Attributes)
7070
safelyCleanMetadata(attributes)
71-
safelySetID(id, attributes)
7271

7372
secret := k.factory()
7473
if err := secret.SetMetadata(attributes); err != nil {

0 commit comments

Comments
 (0)