forked from AkkomaGang/akkoma
run mix format
This commit is contained in:
parent
1f2fdc0f8e
commit
167c511041
1 changed files with 3 additions and 1 deletions
|
@ -1816,7 +1816,9 @@ test "context when restrict_unauthenticated is on" do
|
||||||
|
|
||||||
{:ok, %{id: id1}} = CommonAPI.post(user, %{status: "1"})
|
{:ok, %{id: id1}} = CommonAPI.post(user, %{status: "1"})
|
||||||
{:ok, %{id: id2}} = CommonAPI.post(user, %{status: "2", in_reply_to_status_id: id1})
|
{:ok, %{id: id2}} = CommonAPI.post(user, %{status: "2", in_reply_to_status_id: id1})
|
||||||
{:ok, %{id: id3}} = CommonAPI.post(remote_user, %{status: "3", in_reply_to_status_id: id2, local: false})
|
|
||||||
|
{:ok, %{id: id3}} =
|
||||||
|
CommonAPI.post(remote_user, %{status: "3", in_reply_to_status_id: id2, local: false})
|
||||||
|
|
||||||
response =
|
response =
|
||||||
build_conn()
|
build_conn()
|
||||||
|
|
Loading…
Reference in a new issue