summaryrefslogtreecommitdiff
path: root/test/.test.sh.swp
AgeCommit message (Collapse)Author
2021-06-01Add Vim swap file to .gitignorexxc3nsoredxx
2021-06-01Test for expected vs unexpected 401xxc3nsoredxx
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.