samuong / alpaca

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

Change authenticator_test.go from an integration test to a unit test #73

Closed samuong closed 2 years ago

samuong commented 2 years ago

This makes it independent from the code in proxy_test.go, which will make it easier to move these into separate packages in the future.