This commit is contained in:
Egor Kislitsyn 2020-10-19 15:30:32 +04:00
förälder 1fb9452131
incheckning 98f32cf820
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: 1B49CB15B71E7805
2 ändrade filer med 2 tillägg och 2 borttagningar

Visa fil

@ -5,7 +5,7 @@
defmodule Pleroma.Web.PleromaAPI.BackupController do
use Pleroma.Web, :controller
alias Pleroma.Plugs.OAuthScopesPlug
alias Pleroma.Web.Plugs.OAuthScopesPlug
action_fallback(Pleroma.Web.MastodonAPI.FallbackController)
plug(OAuthScopesPlug, %{scopes: ["read:accounts"]} when action in [:index, :create])

Visa fil

@ -19,7 +19,7 @@ defmodule Pleroma.BackupTest do
setup do
clear_config([Pleroma.Upload, :uploader])
clear_config([Pleroma.Backup, :limit_days])
clear_config([Pleroma.Emails.Mailer, :enabled])
clear_config([Pleroma.Emails.Mailer, :enabled], true)
end
test "it requries enabled email" do