pleroma/test/pleroma/web/mastodon_api
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
..
controllers Fix regex string match due to OTP26 key order change 2023-12-29 23:18:45 -05:00
views StatusViewTest: Fix tests. 2023-12-13 11:19:08 +04:00
mastodon_api_controller_test.exs Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
mastodon_api_test.exs MastodonAPITest: Fix tests 2023-12-12 12:55:53 +04:00
update_credentials_test.exs Allow local user to have group actor type 2023-12-27 12:27:37 -05:00