summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/controllers/account_controller_test.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-06-30 11:40:34 +0200
committerlain <lain@soykaf.club>2020-06-30 11:40:34 +0200
commit0176b7bca2e64f82228129024ac059e3bee00675 (patch)
treec7e092a07c8ec5d672142dc56a72fae8981422f3 /test/web/mastodon_api/controllers/account_controller_test.exs
parent8630a6c7f52a68ab32025b1c80a6398599908c68 (diff)
parent2382a2a1511e1042d960946aacfde7a49fac9dd0 (diff)
downloadpleroma-0176b7bca2e64f82228129024ac059e3bee00675.tar.gz
pleroma-0176b7bca2e64f82228129024ac059e3bee00675.zip
Merge branch 'preload-fixups-2' into preloadfixups
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)