Apply suggestion to test/web/mastodon_api/controllers/account_controller/update_credentials_test.exs

This commit is contained in:
kPherox 2020-04-07 08:44:53 +00:00
parent 7408f003a6
commit 06471940e0
1 changed files with 1 additions and 1 deletions

View File

@ -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",