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.
2017-04-12 15:53:54 +02:00
..
accounts_controller_spec.rb Fix /api/v1/accounts/update_credentials tests (#1357) 2017-04-09 20:23:14 +02:00
apps_controller_spec.rb Fix tests, update goldfinger to catch XML errors 2016-09-30 23:08:29 +02:00
blocks_controller_spec.rb Add API for retrieving blocked accounts 2016-12-29 20:12:32 +01:00
favourites_controller_spec.rb Add API for retrieving favourites 2016-12-29 20:33:26 +01:00
follow_requests_controller_spec.rb Adding follow requests API 2016-12-26 19:30:45 +01:00
follows_controller_spec.rb After FollowService, re-fetch remote account asynchronously, do nothing 2017-02-11 14:25:01 +01:00
media_controller_spec.rb Fix #52 - Add API versioning (v1) 2016-09-27 16:59:08 +02:00
mutes_controller_spec.rb Mute button progress so far. WIP, doesn't entirely work correctly. 2017-03-01 22:31:21 -06:00
notifications_controller_spec.rb Fix issue with intermittent api/v1/notifications failure (#1606) 2017-04-12 15:53:54 +02:00
statuses_controller_spec.rb Fix tests, add applications to eager loading/cache for statuses, fix 2017-01-15 14:01:33 +01:00
timelines_controller_spec.rb Cleaning up format of broadcast real-time messages, removing 2017-02-02 00:03:31 +01:00