Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-01 | Add Vim swap file to .gitignore | xxc3nsoredxx | |
2021-06-01 | Test for expected vs unexpected 401 | xxc3nsoredxx | |
AUTH_SKIPS is a list of services for which an HTTP 401 is an expected response if an auth token isn't given. 401 for a service outside of the list means a changed/broken API. Invert the `if ! diff then fail else success` for readability. |