Browse Source

Fix credo warning

object-id-column
Egor Kislitsyn 4 years ago
parent
commit
9b68aab8b3
No known key found for this signature in database GPG Key ID: 1B49CB15B71E7805
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      test/web/masto_fe_controller_test.exs

+ 2
- 1
test/web/masto_fe_controller_test.exs View File

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


Loading…
Cancel
Save