diff options
author | feld <feld@feld.me> | 2019-08-22 17:37:01 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2019-08-22 17:37:01 +0000 |
commit | 0e50e9e4fa5a5d33d36f4226e1d32a00bf53fc72 (patch) | |
tree | b7e2774166c563e00b019b1e1956958e9215a4fd /test/web/mastodon_api/mastodon_api_controller/update_credentials_test.exs | |
parent | 01653f618d0ea5567a76ea2500e1ea046836a2a4 (diff) | |
parent | 85bd8a4e31761f835cd5d79519c3644577643012 (diff) | |
download | pleroma-0e50e9e4fa5a5d33d36f4226e1d32a00bf53fc72.tar.gz pleroma-0e50e9e4fa5a5d33d36f4226e1d32a00bf53fc72.zip |
Merge branch 'support/tests' into 'develop'
fixed clear config after test
See merge request pleroma/pleroma!1588
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 |