Convert tests to all use clear_config instead of Pleroma.Config.put
authorMark Felder <feld@feld.me>
Tue, 26 Jan 2021 17:58:43 +0000 (11:58 -0600)
committerMark Felder <feld@feld.me>
Tue, 26 Jan 2021 17:58:43 +0000 (11:58 -0600)
commite854c35e652ce51821116cc7032099cd5534f7a6
tree4a935176766ed5c574832e85705b04a641ea1aa6
parente1eac4faac723c5015d7d696600d24c44f5ab52c
Convert tests to all use clear_config instead of Pleroma.Config.put
69 files changed:
test/mix/tasks/pleroma/robots_txt_test.exs
test/pleroma/activity_test.exs
test/pleroma/application_requirements_test.exs
test/pleroma/captcha_test.exs
test/pleroma/config_test.exs
test/pleroma/gun/connection_pool_test.exs
test/pleroma/http/adapter_helper/gun_test.exs
test/pleroma/object/fetcher_test.exs
test/pleroma/repo/migrations/autolinker_to_linkify_test.exs
test/pleroma/repo/migrations/fix_malformed_formatter_config_test.exs
test/pleroma/scheduled_activity_test.exs
test/pleroma/upload/filter/anonymize_filename_test.exs
test/pleroma/upload/filter_test.exs
test/pleroma/uploaders/s3_test.exs
test/pleroma/user/backup_test.exs
test/pleroma/user/welcome_chat_message_test.exs
test/pleroma/user/welcome_email_test.exs
test/pleroma/user/welcome_message_test.exs
test/pleroma/user_search_test.exs
test/pleroma/user_test.exs
test/pleroma/web/activity_pub/activity_pub_controller_test.exs
test/pleroma/web/activity_pub/activity_pub_test.exs
test/pleroma/web/activity_pub/mrf/hellthread_policy_test.exs
test/pleroma/web/activity_pub/mrf/keyword_policy_test.exs
test/pleroma/web/activity_pub/mrf/mention_policy_test.exs
test/pleroma/web/activity_pub/mrf/object_age_policy_test.exs
test/pleroma/web/activity_pub/mrf/reject_non_public_test.exs
test/pleroma/web/activity_pub/mrf/simple_policy_test.exs
test/pleroma/web/activity_pub/mrf/subchain_policy_test.exs
test/pleroma/web/activity_pub/mrf/user_allow_list_policy_test.exs
test/pleroma/web/activity_pub/mrf/vocabulary_policy_test.exs
test/pleroma/web/activity_pub/object_validators/chat_validation_test.exs
test/pleroma/web/activity_pub/transmogrifier/follow_handling_test.exs
test/pleroma/web/activity_pub/transmogrifier/note_handling_test.exs
test/pleroma/web/admin_api/controllers/config_controller_test.exs
test/pleroma/web/admin_api/controllers/invite_controller_test.exs
test/pleroma/web/admin_api/controllers/media_proxy_cache_controller_test.exs
test/pleroma/web/chat_channel_test.exs
test/pleroma/web/common_api_test.exs
test/pleroma/web/federator_test.exs
test/pleroma/web/feed/tag_controller_test.exs
test/pleroma/web/feed/user_controller_test.exs
test/pleroma/web/mastodon_api/controllers/account_controller_test.exs
test/pleroma/web/mastodon_api/controllers/scheduled_activity_controller_test.exs
test/pleroma/web/mastodon_api/controllers/status_controller_test.exs
test/pleroma/web/mastodon_api/masto_fe_controller_test.exs
test/pleroma/web/mastodon_api/views/account_view_test.exs
test/pleroma/web/media_proxy/invalidation_test.exs
test/pleroma/web/media_proxy/media_proxy_controller_test.exs
test/pleroma/web/metadata/providers/open_graph_test.exs
test/pleroma/web/metadata/providers/twitter_card_test.exs
test/pleroma/web/node_info_test.exs
test/pleroma/web/o_auth/o_auth_controller_test.exs
test/pleroma/web/pleroma_api/controllers/emoji_pack_controller_test.exs
test/pleroma/web/plugs/admin_secret_authentication_plug_test.exs
test/pleroma/web/plugs/ensure_public_or_authenticated_plug_test.exs
test/pleroma/web/plugs/federating_plug_test.exs
test/pleroma/web/plugs/http_signature_plug_test.exs
test/pleroma/web/plugs/o_auth_scopes_plug_test.exs
test/pleroma/web/plugs/rate_limiter_test.exs
test/pleroma/web/plugs/remote_ip_test.exs
test/pleroma/web/plugs/user_enabled_plug_test.exs
test/pleroma/web/rich_media/helpers_test.exs
test/pleroma/web/streamer_test.exs
test/pleroma/web/twitter_api/remote_follow_controller_test.exs
test/pleroma/web/twitter_api/twitter_api_test.exs
test/pleroma/web/twitter_api/util_controller_test.exs
test/pleroma/workers/cron/digest_emails_worker_test.exs
test/pleroma/workers/scheduled_activity_worker_test.exs