Skip to content

Commit 02fadd2

Browse files
Fix keyring tests (#99)
1 parent 8b751cc commit 02fadd2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/integration/main_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,9 @@ func TestMain(m *testing.M) {
9797
}
9898

9999
keyringConfig := keyring.Config{
100-
ServiceName: keyringService,
101-
FileDir: filepath.Join(configDir(), keyringFilename),
100+
ServiceName: keyringService,
101+
FileDir: filepath.Join(configDir(), keyringFilename),
102+
LibSecretCollectionName: "login",
102103
FilePasswordFunc: func(prompt string) (string, error) {
103104
return keyringPassword, nil
104105
},

0 commit comments

Comments
 (0)