aboutsummaryrefslogtreecommitdiff
path: root/test/pleroma/upload
AgeCommit message (Collapse)Author
2021-01-26Convert tests to all use clear_config instead of Pleroma.Config.putMark Felder
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-21Tests: Make as many tests as possible async.lain
In general, tests that match these criteria can be made async: - Doesn't use real Cachex. - Doesn't write to the Config / Application Environment. - Uses Mock. Using Mox is fine. - Uses the streamer.
2020-10-13JPEG content_type must be image/jpegMark Felder
2020-10-13fix after rebaseAlexander Strizhakov
2020-10-13tests consistencyAlexander Strizhakov