Fix credo warning

This commit is contained in:
Egor Kislitsyn 2020-08-25 19:16:01 +04:00
parent c01a818048
commit c82f912959
No known key found for this signature in database
GPG Key ID: 1B49CB15B71E7805
1 changed files with 1 additions and 1 deletions

View File

@ -6,8 +6,8 @@ defmodule Pleroma.ExportTest do
use Pleroma.DataCase
import Pleroma.Factory
alias Pleroma.Web.CommonAPI
alias Pleroma.Bookmark
alias Pleroma.Web.CommonAPI
test "it exports user data" do
user = insert(:user, %{nickname: "cofe", name: "Cofe", ap_id: "http://cofe.io/users/cofe"})