Tests: Remove unneeded explicit cachex use.
authorlain <lain@soykaf.club>
Fri, 18 Dec 2020 12:18:17 +0000 (13:18 +0100)
committerlain <lain@soykaf.club>
Fri, 18 Dec 2020 12:18:17 +0000 (13:18 +0100)
commitb4b68b71fc88de7ee3387aab1071f2cea257e54d
treed0d5cdb140fdfd3c368b9961ac7b7b372192b1f1
parentc1129ff6746b20b164b7bc6dadf851f396ef29ad
Tests: Remove unneeded explicit cachex use.

Only use cachex when we're actually testing it.
17 files changed:
test/mix/tasks/pleroma/relay_test.exs
test/pleroma/captcha_test.exs
test/pleroma/user/query_test.exs
test/pleroma/web/activity_pub/relay_test.exs
test/pleroma/web/activity_pub/transmogrifier/delete_handling_test.exs
test/pleroma/web/activity_pub/visibility_test.exs
test/pleroma/web/admin_api/controllers/media_proxy_cache_controller_test.exs
test/pleroma/web/mastodon_api/controllers/account_controller_test.exs
test/pleroma/web/mastodon_api/controllers/status_controller_test.exs
test/pleroma/web/mastodon_api/views/status_view_test.exs
test/pleroma/web/media_proxy/invalidation/http_test.exs
test/pleroma/web/media_proxy/invalidation/script_test.exs
test/pleroma/web/media_proxy/invalidation_test.exs
test/pleroma/web/media_proxy/media_proxy_controller_test.exs
test/pleroma/web/plugs/cache_test.exs
test/pleroma/web/rich_media/parser/ttl/aws_signed_url_test.exs
test/pleroma/web/twitter_api/twitter_api_test.exs