diff options
author | Ivan Tashkinov <ivant.business@gmail.com> | 2019-03-15 17:11:00 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivant.business@gmail.com> | 2019-03-15 17:11:00 +0300 |
commit | 273905744242b013ba9736ff7e1415a0499022d1 (patch) | |
tree | 146f5ad5428130dce0076ea9f6398035d7ac88f6 /test/web/common_api/common_api_utils_test.exs | |
parent | aacbf0f57053786533df045125dee93ace0daa93 (diff) | |
parent | 41fc67aa4993c119dae82578df7309d3999ac47a (diff) | |
download | pleroma-273905744242b013ba9736ff7e1415a0499022d1.tar.gz pleroma-273905744242b013ba9736ff7e1415a0499022d1.zip |
Merge remote-tracking branch 'remotes/upstream/develop' into twitter_oauth
Diffstat (limited to 'test/web/common_api/common_api_utils_test.exs')
-rw-r--r-- | test/web/common_api/common_api_utils_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/common_api/common_api_utils_test.exs b/test/web/common_api/common_api_utils_test.exs index 684f2a23f..4c97b0d62 100644 --- a/test/web/common_api/common_api_utils_test.exs +++ b/test/web/common_api/common_api_utils_test.exs @@ -3,9 +3,9 @@ # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.Web.CommonAPI.UtilsTest do + alias Pleroma.Builders.UserBuilder alias Pleroma.Web.CommonAPI.Utils alias Pleroma.Web.Endpoint - alias Pleroma.Builders.UserBuilder use Pleroma.DataCase test "it adds attachment links to a given text and attachment set" do |