aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Verdone <spiral@arcseconds.net>2019-07-22 16:45:54 +0200
committerMike Verdone <spiral@arcseconds.net>2019-07-24 13:14:52 +0200
commit8ba7a151adf77c5cc47d6e1364a6078cc4bdef98 (patch)
tree6a56b16d559d2f03d4fbb0d42fda3987f95c5365
parent0be548b90aafda0b524e2ad85e7072961c336023 (diff)
downloadpleroma-8ba7a151adf77c5cc47d6e1364a6078cc4bdef98.tar.gz
Cleanup: fix a comment
-rw-r--r--test/web/mastodon_api/mastodon_api_controller_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/mastodon_api/mastodon_api_controller_test.exs b/test/web/mastodon_api/mastodon_api_controller_test.exs
index ce2e44499..b5279412f 100644
--- a/test/web/mastodon_api/mastodon_api_controller_test.exs
+++ b/test/web/mastodon_api/mastodon_api_controller_test.exs
@@ -405,7 +405,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do
assert %{"visibility" => "direct"} = status
assert status["url"] != direct.data["id"]
- # User should be able to see his own direct message
+ # User should be able to see their own direct message
res_conn =
build_conn()
|> assign(:user, user_one)