diff options
| author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-09-09 19:30:42 +0300 | 
|---|---|---|
| committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-09-09 19:30:42 +0300 | 
| commit | 68a74d66596f0e35f0e080de25e4679d2c8b1b76 (patch) | |
| tree | 6af6a0c56b67dc06da12d5c1b4510523b7763c84 /test | |
| parent | 4ee99dafccd6f7c037270d6bac5e942f322c7efd (diff) | |
| download | pleroma-68a74d66596f0e35f0e080de25e4679d2c8b1b76.tar.gz pleroma-68a74d66596f0e35f0e080de25e4679d2c8b1b76.zip | |
[#2497] Added missing alias, removed legacy `:adapter` option specification for HTTP.get/_.
Diffstat (limited to 'test')
| -rw-r--r-- | test/web/mastodon_api/views/account_view_test.exs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/test/web/mastodon_api/views/account_view_test.exs b/test/web/mastodon_api/views/account_view_test.exs index 5c5aa6cee..793b44fca 100644 --- a/test/web/mastodon_api/views/account_view_test.exs +++ b/test/web/mastodon_api/views/account_view_test.exs @@ -5,6 +5,7 @@  defmodule Pleroma.Web.MastodonAPI.AccountViewTest do    use Pleroma.DataCase +  alias Pleroma.Config    alias Pleroma.User    alias Pleroma.UserRelationship    alias Pleroma.Web.CommonAPI | 
