spc-pleroma/test/pleroma/web/mastodon_api/controllers
Mark Felder 6b7b443ff9 Pleroma.Web.RichMedia.Parser: Remove test-specific codepaths
Also consolidate Tesla mocks into the HttpRequestMock module.

Tests were not exercising the real codepaths. The Rich Media Preview only works with https, but most of these tests were only mocking http.
2024-02-06 18:33:54 -05:00
..
account_controller_test.exs Fix some more typos 2023-12-28 00:17:04 +01:00
announcement_controller_test.exs
app_controller_test.exs
conversation_controller_test.exs
custom_emoji_controller_test.exs
directory_controller_test.exs Tests: Don't run tests that use clear_config asynchronously. 2023-12-10 16:27:23 +04:00
domain_block_controller_test.exs
filter_controller_test.exs
follow_request_controller_test.exs
instance_controller_test.exs
list_controller_test.exs
marker_controller_test.exs
media_controller_test.exs MediaControllerTest: Fix test. 2023-12-11 09:51:59 +04:00
notification_controller_test.exs
poll_controller_test.exs
report_controller_test.exs
scheduled_activity_controller_test.exs ScheduledActivityControllerTest: Fix tests, make async. 2023-12-12 12:56:07 +04:00
search_controller_test.exs Skip tests on MacOS/Darwin that have always failed 2024-01-15 20:18:43 -05:00
status_controller_test.exs Pleroma.Web.RichMedia.Parser: Remove test-specific codepaths 2024-02-06 18:33:54 -05:00
subscription_controller_test.exs Pleroma.Web.MastodonAPI.SubscriptionControllerTest: disable async and use on_exit/1 to ensure web push config gets restored 2024-01-16 00:59:44 +00:00
suggestion_controller_test.exs
timeline_controller_test.exs