diff options
author | lain <lain@soykaf.club> | 2020-12-16 20:41:35 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-12-16 20:41:35 +0100 |
commit | a951f219bcf63bbdb5b9048a018d497fdc63a62f (patch) | |
tree | 458ad7e0f3c0981770014cb395bcac07a134e271 /test/pleroma | |
parent | d5a824b463e66b91861556b26e4c95e880c89139 (diff) | |
download | pleroma-test-speedup.tar.gz |
Lintingtest-speedup
Diffstat (limited to 'test/pleroma')
-rw-r--r-- | test/pleroma/web/activity_pub/pipeline_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/activity_pub/pipeline_test.exs b/test/pleroma/web/activity_pub/pipeline_test.exs index d0e3fb347..d568d825b 100644 --- a/test/pleroma/web/activity_pub/pipeline_test.exs +++ b/test/pleroma/web/activity_pub/pipeline_test.exs @@ -8,12 +8,12 @@ defmodule Pleroma.Web.ActivityPub.PipelineTest do import Mox import Pleroma.Factory + alias Pleroma.ConfigMock alias Pleroma.Web.ActivityPub.ActivityPubMock alias Pleroma.Web.ActivityPub.MRFMock alias Pleroma.Web.ActivityPub.ObjectValidatorMock alias Pleroma.Web.ActivityPub.SideEffectsMock alias Pleroma.Web.FederatorMock - alias Pleroma.ConfigMock setup :verify_on_exit! |