forked from AkkomaGang/akkoma
Fix credo warning
This commit is contained in:
parent
c01a818048
commit
c82f912959
1 changed files with 1 additions and 1 deletions
|
@ -6,8 +6,8 @@ defmodule Pleroma.ExportTest do
|
||||||
use Pleroma.DataCase
|
use Pleroma.DataCase
|
||||||
import Pleroma.Factory
|
import Pleroma.Factory
|
||||||
|
|
||||||
alias Pleroma.Web.CommonAPI
|
|
||||||
alias Pleroma.Bookmark
|
alias Pleroma.Bookmark
|
||||||
|
alias Pleroma.Web.CommonAPI
|
||||||
|
|
||||||
test "it exports user data" do
|
test "it exports user data" do
|
||||||
user = insert(:user, %{nickname: "cofe", name: "Cofe", ap_id: "http://cofe.io/users/cofe"})
|
user = insert(:user, %{nickname: "cofe", name: "Cofe", ap_id: "http://cofe.io/users/cofe"})
|
||||||
|
|
Loading…
Reference in a new issue