summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/controllers/account_controller_test.exs
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-07-03 10:36:41 -0500
committerMark Felder <feld@FreeBSD.org>2020-07-03 10:36:41 -0500
commit4695bdd81bf9d2caed4337473d35ba021527e8a8 (patch)
tree0bc60c1bbc03d994701a282f47d32e856b54cff0 /test/web/mastodon_api/controllers/account_controller_test.exs
parentcc837f9d157f9d43a015a8908f5e2ee178442041 (diff)
parentc2a052a346d5104c3657343a885255d4d7179c75 (diff)
downloadpleroma-4695bdd81bf9d2caed4337473d35ba021527e8a8.tar.gz
pleroma-4695bdd81bf9d2caed4337473d35ba021527e8a8.zip
Merge branch 'develop' into issue/1790-updated-oban
Diffstat (limited to 'test/web/mastodon_api/controllers/account_controller_test.exs')
-rw-r--r--test/web/mastodon_api/controllers/account_controller_test.exs1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/web/mastodon_api/controllers/account_controller_test.exs b/test/web/mastodon_api/controllers/account_controller_test.exs
index ebfcedd01..260ad2306 100644
--- a/test/web/mastodon_api/controllers/account_controller_test.exs
+++ b/test/web/mastodon_api/controllers/account_controller_test.exs
@@ -780,7 +780,6 @@ defmodule Pleroma.Web.MastodonAPI.AccountControllerTest do
assert %{"id" => _id, "muting" => true, "muting_notifications" => true} =
conn
- |> put_req_header("content-type", "application/json")
|> post("/api/v1/accounts/#{other_user.id}/mute")
|> json_response_and_validate_schema(200)