From: rinpatch Date: Sat, 31 Aug 2019 07:57:35 +0000 (+0300) Subject: Remove a useless import X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=9cabc02864ff33b76f424a342732ef8039dfd73d;p=akkoma Remove a useless import --- diff --git a/test/web/twitter_api/twitter_api_test.exs b/test/web/twitter_api/twitter_api_test.exs index 0a57e174f..c5b18234e 100644 --- a/test/web/twitter_api/twitter_api_test.exs +++ b/test/web/twitter_api/twitter_api_test.exs @@ -10,8 +10,6 @@ defmodule Pleroma.Web.TwitterAPI.TwitterAPITest do alias Pleroma.Web.MastodonAPI.AccountView alias Pleroma.Web.TwitterAPI.TwitterAPI - import Pleroma.Factory - setup_all do Tesla.Mock.mock_global(fn env -> apply(HttpRequestMock, :request, [env]) end) :ok