Merge branch 'fix/useless-header' into 'develop'

Test: remove useless header on the get request

See merge request pleroma/pleroma!3357
This commit is contained in:
Haelwenn 2021-03-02 20:47:21 +00:00
commit 81e9c5196f
1 changed files with 0 additions and 2 deletions

View File

@ -384,7 +384,6 @@ defmodule Pleroma.Web.MastodonAPI.StatusControllerTest do
result =
conn
|> put_req_header("content-type", "application/json")
|> get("api/v1/statuses/#{activity}")
assert %{
@ -414,7 +413,6 @@ defmodule Pleroma.Web.MastodonAPI.StatusControllerTest do
result =
conn
|> put_req_header("content-type", "application/json")
|> get("api/v1/statuses/#{activity}")
assert %{