samuong / alpaca

A local HTTP proxy for command-line tools. Supports PAC scripts and NTLM authentication.
Apache License 2.0
184 stars 31 forks source link

Remove test code that relies on custom keychain management #86

Closed samuong closed 2 years ago

samuong commented 2 years ago

This has been deprecated in macOS 12.3 and removed in recent versions of github.com/keybase/go-keychain. This doesn't change any user-facing behaviour in Alpaca, but unfortunately this means that we can't use a custom keychain for testing purposes.

Fixes #68