summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/controllers/account_controller_test.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-07-03 16:44:31 +0200
committerlain <lain@soykaf.club>2020-07-03 16:44:31 +0200
commitd3efb50262e7922fc1aa80625679a7e29bb65836 (patch)
tree1b9c37c851739b041462a5bf50864a4c5d24ffd8 /test/web/mastodon_api/controllers/account_controller_test.exs
parent244655e884130df6dccabc0d2d78d33857809a36 (diff)
parent19fbfbb767169b58a8f6558d0ad1a9be6425b59d (diff)
downloadpleroma-d3efb50262e7922fc1aa80625679a7e29bb65836.tar.gz
pleroma-d3efb50262e7922fc1aa80625679a7e29bb65836.zip
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into features/mastoapi-2.9.0-status_text
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)