diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2019-08-21 21:24:35 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-08-21 21:24:35 +0300 |
commit | 85bd8a4e31761f835cd5d79519c3644577643012 (patch) | |
tree | fc62a433696b404a545a5baac903c1f3ec77aeb1 /test/web/mastodon_api/mastodon_api_controller/update_credentials_test.exs | |
parent | f740d786a37dc85d9b702dd5054d4978ee18a202 (diff) | |
download | pleroma-85bd8a4e31761f835cd5d79519c3644577643012.tar.gz pleroma-85bd8a4e31761f835cd5d79519c3644577643012.zip |
fixed clear config after test
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 |