ソースを参照

Fix credo warning

object-id-column
Egor Kislitsyn 4年前
コミット
9b68aab8b3
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 1B49CB15B71E7805
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      test/web/masto_fe_controller_test.exs

+ 2
- 1
test/web/masto_fe_controller_test.exs ファイルの表示

@@ -5,8 +5,9 @@
defmodule Pleroma.Web.MastodonAPI.MastoFEController do
use Pleroma.Web.ConnCase

alias Pleroma.User
alias Pleroma.Config
alias Pleroma.User

import Pleroma.Factory

clear_config([:instance, :public])


読み込み中…
キャンセル
保存