Pleroma/test/web/mastodon_api
Sergey Suprunenko 325a268017 Redirect to the referer url after mastofe authorization 2019-04-05 23:36:42 +00:00
..
account_view_test.exs
list_view_test.exs
mastodon_api_controller_test.exs Redirect to the referer url after mastofe authorization 2019-04-05 23:36:42 +00:00
notification_view_test.exs change `Repo.get(Activity, id)` => `Activity.get_by_id(id)` in tests 2019-04-02 17:08:03 +07:00
push_subscription_view_test.exs
status_view_test.exs replace `Repo.get_by(User, ap_id: ap_id)` with `User.get_by_ap_id(ap_id)` 2019-04-02 17:47:52 +07:00
subscription_controller_test.exs