Quellcode durchsuchen

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

contrib/munin-healthcheck
kPherox vor 4 Jahren
Ursprung
Commit
06471940e0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 Datei anzeigen

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


Laden…
Abbrechen
Speichern