summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkPherox <admin@mail.kr-kp.com>2020-04-07 08:44:53 +0000
committerkPherox <admin@mail.kr-kp.com>2020-04-07 08:44:53 +0000
commit06471940e0cb917bb362cbcb9d872ab1336a04cf (patch)
tree2e53313d42709fab193b0daa077fb28cd576635d
parent7408f003a663c5f634cabad963c0446ba54810bf (diff)
downloadpleroma-06471940e0cb917bb362cbcb9d872ab1336a04cf.tar.gz
pleroma-06471940e0cb917bb362cbcb9d872ab1336a04cf.zip
Apply suggestion to test/web/mastodon_api/controllers/account_controller/update_credentials_test.exs
-rw-r--r--test/web/mastodon_api/controllers/account_controller/update_credentials_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/mastodon_api/controllers/account_controller/update_credentials_test.exs b/test/web/mastodon_api/controllers/account_controller/update_credentials_test.exs
index 8687d7995..d78fbc5a1 100644
--- a/test/web/mastodon_api/controllers/account_controller/update_credentials_test.exs
+++ b/test/web/mastodon_api/controllers/account_controller/update_credentials_test.exs
@@ -298,7 +298,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController.UpdateCredentialsTest do
]
end
- test "update fields by urlencoded", %{conn: conn} do
+ test "update fields via x-www-form-urlencoded", %{conn: conn} do
fields =
[
"fields_attributes[1][name]=link",