forked from AkkomaGang/akkoma
Apply suggestion to test/web/mastodon_api/controllers/account_controller/update_credentials_test.exs
This commit is contained in:
parent
7408f003a6
commit
06471940e0
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ test "update fields", %{conn: conn} do
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
||||||
test "update fields by urlencoded", %{conn: conn} do
|
test "update fields via x-www-form-urlencoded", %{conn: conn} do
|
||||||
fields =
|
fields =
|
||||||
[
|
[
|
||||||
"fields_attributes[1][name]=link",
|
"fields_attributes[1][name]=link",
|
||||||
|
|
Loading…
Reference in a new issue