From 02071ab9b423c69bf48977755b296f72a1628a55 Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Thu, 3 Aug 2023 18:40:13 +0100 Subject: [PATCH] bah --- test/pleroma/web/mastodon_api/update_credentials_test.exs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/pleroma/web/mastodon_api/update_credentials_test.exs b/test/pleroma/web/mastodon_api/update_credentials_test.exs index 0e73fc7d5..2e80b6f6b 100644 --- a/test/pleroma/web/mastodon_api/update_credentials_test.exs +++ b/test/pleroma/web/mastodon_api/update_credentials_test.exs @@ -11,6 +11,8 @@ defmodule Pleroma.Web.MastodonAPI.UpdateCredentialsTest do import Mock import Pleroma.Factory + setup do: clear_config([Pleroma.Upload, :uploader], Pleroma.Uploaders.Local) + describe "updating credentials" do setup do: oauth_access(["write:accounts"]) setup :request_content_type