spc-pleroma/test
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
..
config Load an emoji.txt specific to the test env 2021-02-03 16:40:59 -06:00
credo/check/consistency Revert "Merge branch 'copyright-bump' into 'develop'" 2023-01-02 20:38:50 +00:00
fixtures AnalyzeMetadata: Switch to rinpatch_blurhash 2023-11-28 12:23:41 +04:00
instance_static support for special chars in pack name 2020-09-24 09:12:37 +03:00
mix Remove reference to the :federation_publisher_modules setting in our config test 2023-12-28 14:53:40 -05:00
pleroma Fix regex string match due to OTP26 key order change 2023-12-29 23:18:45 -05:00
support Implement a custom uri_equal?/2 to fix comparisons of URLs with unordered query parameters 2023-12-29 22:50:26 -05:00
test_helper.exs Tests: Remove `skip_on_mac` tag 2023-12-12 14:09:22 +04:00