Bläddra i källkod

Use correct URL for tests

tags/v1.1.4
Sadposter 5 år sedan
förälder
incheckning
7026018c8c
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. +2
    -2
      test/web/mastodon_api/mastodon_api_controller_test.exs

+ 2
- 2
test/web/mastodon_api/mastodon_api_controller_test.exs Visa fil

@@ -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


Laddar…
Avbryt
Spara