This repository has been archived on 2019-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/spec/controllers/api
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
..
v1 Fix issue with intermittent api/v1/notifications failure (#1606) 2017-04-12 15:53:54 +02:00
oembed_controller_spec.rb Fix oembed controller test 2017-01-23 13:36:17 +01:00
push_controller_spec.rb Adding embedded PuSH server 2016-11-28 13:36:47 +01:00
salmon_controller_spec.rb Prettier account and stream entry URLs 2017-03-22 19:55:14 +01:00
subscriptions_controller_spec.rb Update hub URL and re-subscribe if hub URL changes 2016-11-26 15:18:21 +01:00