Tweaks to `clear_config` calls in tests in order to prevent side effects on config...
authorIvan Tashkinov <ivantashkinov@gmail.com>
Thu, 13 Feb 2020 18:55:47 +0000 (21:55 +0300)
committerIvan Tashkinov <ivantashkinov@gmail.com>
Thu, 13 Feb 2020 18:55:47 +0000 (21:55 +0300)
commit4f8c3462a8821ffcf83f8b65edf48e55eff7080c
treea532e6761adde4e23f2b7e980f76e4c6f5b08148
parent9906c6fb6fb0e2ebb36fa91fae94828bcc02ef27
Tweaks to `clear_config` calls in tests in order to prevent side effects on config during test suite execution.
31 files changed:
test/activity_test.exs
test/http/request_builder_test.exs
test/object_test.exs
test/plugs/admin_secret_authentication_plug_test.exs
test/plugs/http_security_plug_test.exs
test/plugs/remote_ip_test.exs
test/plugs/user_enabled_plug_test.exs
test/repo_test.exs
test/support/helpers.ex
test/user_search_test.exs
test/user_test.exs
test/web/activity_pub/activity_pub_test.exs
test/web/activity_pub/mrf/hellthread_policy_test.exs
test/web/activity_pub/mrf/keyword_policy_test.exs
test/web/activity_pub/mrf/mention_policy_test.exs
test/web/activity_pub/mrf/subchain_policy_test.exs
test/web/activity_pub/transmogrifier/follow_handling_test.exs
test/web/admin_api/admin_api_controller_test.exs
test/web/common_api/common_api_test.exs
test/web/mastodon_api/controllers/account_controller_test.exs
test/web/mastodon_api/controllers/status_controller_test.exs
test/web/media_proxy/media_proxy_controller_test.exs
test/web/media_proxy/media_proxy_test.exs
test/web/metadata/opengraph_test.exs
test/web/metadata/twitter_card_test.exs
test/web/node_info_test.exs
test/web/oauth/oauth_controller_test.exs
test/web/plugs/federating_plug_test.exs
test/web/streamer/streamer_test.exs
test/web/twitter_api/twitter_api_test.exs
test/web/twitter_api/util_controller_test.exs