diff options
author | lambda <pleromagit@rogerbraun.net> | 2018-05-25 07:13:05 +0000 |
---|---|---|
committer | lambda <pleromagit@rogerbraun.net> | 2018-05-25 07:13:05 +0000 |
commit | caae83e6d54caaac1790a727b902e70adffd296f (patch) | |
tree | f788df8212896c2f7e1636279417531d6f4a2fa9 /test/web/common_api/common_api_test.exs | |
parent | f3a71f2986fc0787c03bec786e772353e99ae9f9 (diff) | |
parent | 5f06a1a3c51fcc2b3782879ed900e13266bfd18e (diff) | |
download | pleroma-caae83e6d54caaac1790a727b902e70adffd296f.tar.gz |
Merge branch 'bugfix/follow-query-overhead' into 'develop'
activitypub utils: optimize block and follow activity lookup
See merge request pleroma/pleroma!171
Diffstat (limited to 'test/web/common_api/common_api_test.exs')
-rw-r--r-- | test/web/common_api/common_api_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/common_api/common_api_test.exs b/test/web/common_api/common_api_test.exs index b597e6e0a..a5da271b3 100644 --- a/test/web/common_api/common_api_test.exs +++ b/test/web/common_api/common_api_test.exs @@ -1,4 +1,4 @@ -defmodule Pleroma.Web.CommonAPI.UtilsTest do +defmodule Pleroma.Web.CommonAPI.Test do use Pleroma.DataCase alias Pleroma.Web.CommonAPI |