summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2018-06-03 19:58:59 +0200
committerlain <lain@soykaf.club>2018-06-03 19:58:59 +0200
commit06439f64d04190d0d548e28c41d2c2eb55aa5b2c (patch)
treed77e17c331194b8d67d891b214dc9679b31c5c44 /test
parent4856ba596f5682a48a5cd17cacb607d996764f7a (diff)
downloadpleroma-06439f64d04190d0d548e28c41d2c2eb55aa5b2c.tar.gz
pleroma-06439f64d04190d0d548e28c41d2c2eb55aa5b2c.zip
Better error handling for ActivityPubController
Diffstat (limited to 'test')
-rw-r--r--test/web/activity_pub/activity_pub_controller_test.exs1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/web/activity_pub/activity_pub_controller_test.exs b/test/web/activity_pub/activity_pub_controller_test.exs
index 305f9d0e0..bbf89136b 100644
--- a/test/web/activity_pub/activity_pub_controller_test.exs
+++ b/test/web/activity_pub/activity_pub_controller_test.exs
@@ -4,7 +4,6 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubControllerTest do
alias Pleroma.Web.ActivityPub.{UserView, ObjectView}
alias Pleroma.{Repo, User}
alias Pleroma.Activity
- alias Pleroma.Web.CommonAPI
describe "/users/:nickname" do
test "it returns a json representation of the user", %{conn: conn} do