We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b751cc commit 02fadd2Copy full SHA for 02fadd2
test/integration/main_test.go
@@ -97,8 +97,9 @@ func TestMain(m *testing.M) {
97
}
98
99
keyringConfig := keyring.Config{
100
- ServiceName: keyringService,
101
- FileDir: filepath.Join(configDir(), keyringFilename),
+ ServiceName: keyringService,
+ FileDir: filepath.Join(configDir(), keyringFilename),
102
+ LibSecretCollectionName: "login",
103
FilePasswordFunc: func(prompt string) (string, error) {
104
return keyringPassword, nil
105
},
0 commit comments