forked from AkkomaGang/akkoma
Cleanup: fix a comment
This commit is contained in:
parent
0be548b90a
commit
8ba7a151ad
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ test "direct timeline", %{conn: conn} do
|
||||||
assert %{"visibility" => "direct"} = status
|
assert %{"visibility" => "direct"} = status
|
||||||
assert status["url"] != direct.data["id"]
|
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 =
|
res_conn =
|
||||||
build_conn()
|
build_conn()
|
||||||
|> assign(:user, user_one)
|
|> assign(:user, user_one)
|
||||||
|
|
Loading…
Reference in a new issue