diff options
author | lambda <lain@soykaf.club> | 2019-03-13 09:09:44 +0000 |
---|---|---|
committer | lambda <lain@soykaf.club> | 2019-03-13 09:09:44 +0000 |
commit | 92a0210fb03ca3e0aefe769fb6b0ab7bda6e5336 (patch) | |
tree | 56e78105e29834c60f73c1bf8c39a983d88421a4 /test/web/common_api/common_api_utils_test.exs | |
parent | d0e94d5f1baac7a19d6cdd33b1f54470041e7227 (diff) | |
parent | d43b1c0b5d203fd4f195951ac7b60b666a43914f (diff) | |
download | pleroma-92a0210fb03ca3e0aefe769fb6b0ab7bda6e5336.tar.gz pleroma-92a0210fb03ca3e0aefe769fb6b0ab7bda6e5336.zip |
Merge branch 'features/add-credo-to-ci' into 'develop'
Add credo to CI
See merge request pleroma/pleroma!902
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 |