You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec/controllers/api/v1
Matt Jankowski b155e6ccf5 Fix issue with intermittent api/v1/notifications failure (#1606)
The spec was checking the activity_id of the activities held in notifications
within the controller.

Because the activities are different models, it is possible that they are
created with the same database IDs, and when they are this spec fails because an
activity which should not count as a match is counted as one.
8 years ago
..
accounts_controller_spec.rb Fix /api/v1/accounts/update_credentials tests (#1357) 8 years ago
apps_controller_spec.rb Fix tests, update goldfinger to catch XML errors 8 years ago
blocks_controller_spec.rb Add API for retrieving blocked accounts 8 years ago
favourites_controller_spec.rb Add API for retrieving favourites 8 years ago
follow_requests_controller_spec.rb Adding follow requests API 8 years ago
follows_controller_spec.rb After FollowService, re-fetch remote account asynchronously, do nothing 8 years ago
media_controller_spec.rb Fix #52 - Add API versioning (v1) 8 years ago
mutes_controller_spec.rb Mute button progress so far. WIP, doesn't entirely work correctly. 8 years ago
notifications_controller_spec.rb Fix issue with intermittent api/v1/notifications failure (#1606) 8 years ago
statuses_controller_spec.rb Fix tests, add applications to eager loading/cache for statuses, fix 8 years ago
timelines_controller_spec.rb Cleaning up format of broadcast real-time messages, removing 8 years ago