浏览代码

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

contrib/munin-healthcheck
kPherox 4 年前
父节点
当前提交
06471940e0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      test/web/mastodon_api/controllers/account_controller/update_credentials_test.exs

+ 1
- 1
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",


正在加载...
取消
保存