diff options
author | kPherox <admin@mail.kr-kp.com> | 2020-04-07 08:44:53 +0000 |
---|---|---|
committer | kPherox <admin@mail.kr-kp.com> | 2020-04-07 08:44:53 +0000 |
commit | 06471940e0cb917bb362cbcb9d872ab1336a04cf (patch) | |
tree | 2e53313d42709fab193b0daa077fb28cd576635d | |
parent | 7408f003a663c5f634cabad963c0446ba54810bf (diff) | |
download | pleroma-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.exs | 2 |
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", |