commit: 81e9c5196fc12a8c272c6682389c68c80b32b3b4
parent 210aa42f74494864d70f97711204938cbcc4a19a
Author: Haelwenn <contact+git.pleroma.social@hacktivis.me>
Date: Tue, 2 Mar 2021 20:47:21 +0000
Merge branch 'fix/useless-header' into 'develop'
Test: remove useless header on the get request
See merge request pleroma/pleroma!3357
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/test/pleroma/web/mastodon_api/controllers/status_controller_test.exs b/test/pleroma/web/mastodon_api/controllers/status_controller_test.exs
@@ -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 %{