summaryrefslogtreecommitdiff
path: root/test/pleroma/reverse_proxy_test.exs
AgeCommit message (Collapse)Author
2021-03-01user_agent_mock --> request_mockAlex Gleason
2021-03-01Never forward the client's user-agent through the media proxyAlex Gleason
2021-01-13Bump Copyright to 2021Haelwenn (lanodan) Monnier
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
2020-12-18Tests: Use NullCache for async tests.lain
Caching can't work in async tests, so for them it is mocked to a null cache that is always empty. Synchronous tests are stubbed with the real Cachex, which is emptied after every test.
2020-10-13tests consistencyAlexander Strizhakov