projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
056780f
)
Apply suggestion to test/web/mastodon_api/mastodon_api_controller_test.exs
author
rinpatch
<rinpatch@sdf.org>
Sat, 14 Sep 2019 10:46:35 +0000
(10:46 +0000)
committer
rinpatch
<rinpatch@sdf.org>
Sat, 14 Sep 2019 12:25:10 +0000
(15:25 +0300)
test/web/mastodon_api/mastodon_api_controller_test.exs
patch
|
blob
|
history
diff --git
a/test/web/mastodon_api/mastodon_api_controller_test.exs
b/test/web/mastodon_api/mastodon_api_controller_test.exs
index b42ce4c2ebdb39deafa22f274e2683f3d207c3a4..ec77b4656cf46e711e6261ab8452e3fefebf6a91 100644
(file)
--- a/
test/web/mastodon_api/mastodon_api_controller_test.exs
+++ b/
test/web/mastodon_api/mastodon_api_controller_test.exs
@@
-3759,7
+3759,7
@@
defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do
assert id == other_user.id
end
- test "requires authentif
u
cation for private posts", %{conn: conn, user: user} do
+ test "requires authentif
i
cation for private posts", %{conn: conn, user: user} do
other_user = insert(:user)
{:ok, activity} =