[#2409] Tested all auth setup configs in AuthTestControllerTest. Adjusted :skip_plug...
authorIvan Tashkinov <ivantashkinov@gmail.com>
Fri, 24 Apr 2020 13:52:38 +0000 (16:52 +0300)
committerIvan Tashkinov <ivantashkinov@gmail.com>
Fri, 24 Apr 2020 13:52:38 +0000 (16:52 +0300)
commit00e62161f64802317d7d789e7eac42c33f0540f5
treeaaaff92984ee19747956a7513c93c928b4604d36
parent89f38d94c754d33736e2444859d6020b2147eaf7
[#2409] Tested all auth setup configs in AuthTestControllerTest. Adjusted :skip_plug definitions for some endpoints.
13 files changed:
lib/pleroma/tests/auth_test_controller.ex [new file with mode: 0644]
lib/pleroma/tests/oauth_test_controller.ex [deleted file]
lib/pleroma/web/masto_fe_controller.ex
lib/pleroma/web/mastodon_api/controllers/account_controller.ex
lib/pleroma/web/mastodon_api/controllers/status_controller.ex
lib/pleroma/web/mastodon_api/controllers/timeline_controller.ex
lib/pleroma/web/oauth/oauth_controller.ex
lib/pleroma/web/pleroma_api/controllers/account_controller.ex
lib/pleroma/web/router.ex
lib/pleroma/web/twitter_api/twitter_api_controller.ex
test/web/auth/auth_test_controller_test.exs [new file with mode: 0644]
test/web/auth/oauth_test_controller_test.exs [deleted file]
test/web/mastodon_api/mastodon_api_controller_test.exs