diff options
author | William Pitcock <nenolod@dereferenced.org> | 2019-03-21 23:37:00 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2019-03-21 23:56:57 +0000 |
commit | a223e65f35da158ef79f05f65316920dcecaa54b (patch) | |
tree | a847bb70d52da43b2f0cca45f7ea49cb4e664c5a /test/web/common_api | |
parent | ae8fa5d0aab3561bf66506766e2beb03a251e499 (diff) | |
download | pleroma-a223e65f35da158ef79f05f65316920dcecaa54b.tar.gz |
tests: fixup
Diffstat (limited to 'test/web/common_api')
-rw-r--r-- | test/web/common_api/common_api_utils_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/common_api/common_api_utils_test.exs b/test/web/common_api/common_api_utils_test.exs index d095762ab..e04b9f9b5 100644 --- a/test/web/common_api/common_api_utils_test.exs +++ b/test/web/common_api/common_api_utils_test.exs @@ -4,6 +4,7 @@ defmodule Pleroma.Web.CommonAPI.UtilsTest do alias Pleroma.Builders.UserBuilder + alias Pleroma.Object alias Pleroma.Web.CommonAPI.Utils alias Pleroma.Web.Endpoint use Pleroma.DataCase |