projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3c404a
)
Fix credo warning
author
Egor Kislitsyn
<egor@kislitsyn.com>
Wed, 2 Oct 2019 14:12:01 +0000
(21:12 +0700)
committer
Egor Kislitsyn
<egor@kislitsyn.com>
Wed, 2 Oct 2019 14:12:01 +0000
(21:12 +0700)
test/web/masto_fe_controller_test.exs
patch
|
blob
|
history
diff --git
a/test/web/masto_fe_controller_test.exs
b/test/web/masto_fe_controller_test.exs
index 04f1440490dce8bfe86d2bce0b7167ff73c005e8..ab9dab352b7fffcec628f36b7d161db949480117 100644
(file)
--- a/
test/web/masto_fe_controller_test.exs
+++ b/
test/web/masto_fe_controller_test.exs
@@
-5,8
+5,9
@@
defmodule Pleroma.Web.MastodonAPI.MastoFEController do
use Pleroma.Web.ConnCase
- alias Pleroma.User
alias Pleroma.Config
+ alias Pleroma.User
+
import Pleroma.Factory
clear_config([:instance, :public])