akkoma/test/pleroma/web/mastodon_api/controllers
Oneric 20c22eb159 Fix flaky expires_at tests
The API parameter is not a timestamp but an offset.
If a sufficient amount of time passes between the tests
expires_at calculation and the internal calculation during processing
of the request the strict equality assertion fails. (Either a direct
assertion or indirect via job lookup).

To avoid this lower comparison granularity.
2024-04-21 21:08:53 +00:00
..
account_controller_test.exs mastodon_api: Add /api/v1/preferences endpoint 2023-08-12 09:28:24 -04:00
announcement_controller_test.exs
app_controller_test.exs
auth_controller_test.exs
conversation_controller_test.exs
custom_emoji_controller_test.exs
directory_controller_test.exs
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
notification_controller_test.exs
poll_controller_test.exs
report_controller_test.exs
scheduled_activity_controller_test.exs
search_controller_test.exs
status_controller_test.exs Fix flaky expires_at tests 2024-04-21 21:08:53 +00:00
subscription_controller_test.exs
suggestion_controller_test.exs
tag_controller_test.exs
timeline_controller_test.exs