Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add basic auth to content removal test
We were getting failed tests on ContentUnitRemoveTestCase because the delete was being made by the requests library client without any any credentials. Then, we would get 403 (forbidden) instead of 405 (method now allowed). This assumes the delete requires auth in the first place. [noissue]
- Loading branch information