ソースを参照

Use correct URL for tests

tags/v1.1.4
Sadposter 5年前
コミット
7026018c8c
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      test/web/mastodon_api/mastodon_api_controller_test.exs

+ 2
- 2
test/web/mastodon_api/mastodon_api_controller_test.exs ファイルの表示

@@ -3794,7 +3794,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do
response =
conn
|> assign(:user, nil)
|> get("/api/v1/#{activity.id}/favourited_by")
|> get("/api/v1/statuses/#{activity.id}/favourited_by")
|> json_response(:ok)

[%{"id" => id}] = response
@@ -3865,7 +3865,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do
response =
conn
|> assign(:user, nil)
|> get("/api/v1/#{activity.id}/reblogged_by")
|> get("/api/v1/statuses/#{activity.id}/reblogged_by")
|> json_response(:ok)

[%{"id" => id}] = response


読み込み中…
キャンセル
保存