summaryrefslogtreecommitdiff
path: root/test/object/containment_test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'test/object/containment_test.exs')
-rw-r--r--test/object/containment_test.exs3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/object/containment_test.exs b/test/object/containment_test.exs
index 268675c86..cb74c9f4f 100644
--- a/test/object/containment_test.exs
+++ b/test/object/containment_test.exs
@@ -3,7 +3,6 @@ defmodule Pleroma.Object.ContainmentTest do
alias Pleroma.User
alias Pleroma.Object.Containment
- alias Pleroma.Web.ActivityPub.ActivityPub
import Pleroma.Factory
@@ -45,7 +44,7 @@ defmodule Pleroma.Object.ContainmentTest do
end
test "users cannot be collided through fake direction spoofing attempts" do
- user =
+ _user =
insert(:user, %{
nickname: "rye@niu.moe",
local: false,