forked from Silverfish/proton-bridge
feat(BRIDGE-281): disable keychain test on macOS.
(cherry picked from commit 3f78f4d672)
This commit is contained in:
@ -31,7 +31,7 @@ const (
|
||||
SecretServiceDBus = "secret-service-dbus"
|
||||
)
|
||||
|
||||
func listHelpers(_ bool) (Helpers, string) {
|
||||
func listHelpers() (Helpers, string) {
|
||||
helpers := make(Helpers)
|
||||
|
||||
if isUsable(newDBusHelper("")) {
|
||||
|
||||
Reference in New Issue
Block a user