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

NoMAD unit tests fail on macOS #40

Closed samuong closed 4 years ago

samuong commented 4 years ago

The following tests fail on macOS:

The problem here is that they check for specific text in the error message, which changed as part of pull request #34.

These tests don't run as part of go test on other platforms; this only fails on macOS.