summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2021-03-02 14:04:50 -0600
committerMark Felder <feld@feld.me>2021-03-02 14:04:50 -0600
commit913d53b7d7301445fdb0fc8dbe5ecf8b59aafa43 (patch)
tree0a04617239d3ca8464fe76eca3ce0df1d7514955
parent210aa42f74494864d70f97711204938cbcc4a19a (diff)
Remove useless header on the get request
-rw-r--r--test/pleroma/web/mastodon_api/controllers/status_controller_test.exs2
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 %{