diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-22 21:01:28 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-22 21:01:28 +0300 |
commit | 7101ba1a21ded292ba057f9aadec1756914b45e0 (patch) | |
tree | 6ee1e10eba5b579d7e469ac8a340bb496f564411 /test/web/mastodon_api/mastodon_api_controller/update_credentials_test.exs | |
parent | 256ff09aa8068166a9f83e3159f060fd4598af76 (diff) | |
parent | 0e50e9e4fa5a5d33d36f4226e1d32a00bf53fc72 (diff) | |
download | pleroma-7101ba1a21ded292ba057f9aadec1756914b45e0.tar.gz pleroma-7101ba1a21ded292ba057f9aadec1756914b45e0.zip |
Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queue
Diffstat (limited to 'test/web/mastodon_api/mastodon_api_controller/update_credentials_test.exs')
-rw-r--r-- | test/web/mastodon_api/mastodon_api_controller/update_credentials_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/mastodon_api/mastodon_api_controller/update_credentials_test.exs b/test/web/mastodon_api/mastodon_api_controller/update_credentials_test.exs index dd443495b..87ee82050 100644 --- a/test/web/mastodon_api/mastodon_api_controller/update_credentials_test.exs +++ b/test/web/mastodon_api/mastodon_api_controller/update_credentials_test.exs @@ -9,6 +9,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController.UpdateCredentialsTest do use Pleroma.Web.ConnCase import Pleroma.Factory + clear_config([:instance, :max_account_fields]) describe "updating credentials" do test "sets user settings in a generic way", %{conn: conn} do |