spc-pleroma/test/pleroma/web/mastodon_api/controllers
Mark Felder 347e5f33c7 Fix regex string match due to OTP26 key order change
OTP25:
"<http://localhost:4001/api/v1/favourites?limit=1&max_id=Ad1FhzPIS7gcHjUcoC&offset=0>; rel=\"next\""

OTP26:
"<http://localhost:4001/api/v1/favourites?offset=0&limit=1&max_id=Ad1FmOIAXiSNgygflA>; rel=\"next\""
2023-12-29 23:18:45 -05:00
..
account_controller_test.exs Fix some more typos 2023-12-28 00:17:04 +01:00
announcement_controller_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
app_controller_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
conversation_controller_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
custom_emoji_controller_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
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 Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
filter_controller_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
follow_request_controller_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
instance_controller_test.exs Implement api/v2/instance route 2023-08-11 00:08:05 +02:00
list_controller_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
marker_controller_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
media_controller_test.exs MediaControllerTest: Fix test. 2023-12-11 09:51:59 +04:00
notification_controller_test.exs Fix most tests that call SearchIndexWorker. 2023-11-12 15:54:16 +04:00
poll_controller_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
report_controller_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
scheduled_activity_controller_test.exs ScheduledActivityControllerTest: Fix tests, make async. 2023-12-12 12:56:07 +04:00
search_controller_test.exs Tests: Remove `skip_on_mac` tag 2023-12-12 14:09:22 +04:00
status_controller_test.exs Fix regex string match due to OTP26 key order change 2023-12-29 23:18:45 -05:00
subscription_controller_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
suggestion_controller_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
timeline_controller_test.exs Fix test warnings 2023-05-31 16:30:31 -04:00