stable
Egor Kislitsyn 4 years ago
parent 1fb9452131
commit 98f32cf820
No known key found for this signature in database
GPG Key ID: 1B49CB15B71E7805

@ -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])

@ -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

Loading…
Cancel
Save