瀏覽代碼

actually reblog on the reblog test

tags/v1.1.4
Sadposter 5 年之前
父節點
當前提交
299c0e965b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      test/web/mastodon_api/mastodon_api_controller_test.exs

+ 1
- 1
test/web/mastodon_api/mastodon_api_controller_test.exs 查看文件

@@ -3860,7 +3860,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do

test "does not fail on an unauthententicated request", %{conn: conn, activity: activity} do
other_user = insert(:user)
{:ok, _, _} = CommonAPI.favorite(activity.id, other_user)
{:ok, _, _} = CommonAPI.repeat(activity.id, other_user)

response =
conn


Loading…
取消
儲存