diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-03-02 20:47:21 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-03-02 20:47:21 +0000 |
commit | 81e9c5196fc12a8c272c6682389c68c80b32b3b4 (patch) | |
tree | 0a04617239d3ca8464fe76eca3ce0df1d7514955 | |
parent | 210aa42f74494864d70f97711204938cbcc4a19a (diff) | |
parent | 913d53b7d7301445fdb0fc8dbe5ecf8b59aafa43 (diff) | |
download | pleroma-81e9c5196fc12a8c272c6682389c68c80b32b3b4.tar.gz |
Merge branch 'fix/useless-header' into 'develop'
Test: remove useless header on the get request
See merge request pleroma/pleroma!3357
-rw-r--r-- | test/pleroma/web/mastodon_api/controllers/status_controller_test.exs | 2 |
1 files 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 index 39ab90ba6..f616f405e 100644 --- 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 %{ |