aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/support/factory.ex2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/support/factory.ex b/test/support/factory.ex
index 807b34545..d02bd9212 100644
--- a/test/support/factory.ex
+++ b/test/support/factory.ex
@@ -120,8 +120,6 @@ defmodule Pleroma.Factory do
note = attrs[:note] || insert(:note, user: user)
published = attrs[:published] || DateTime.utc_now() |> DateTime.to_iso8601()
attrs = Map.drop(attrs, [:user, :note])
- require IEx
- IEx.pry()
data = %{
"id" => Pleroma.Web.ActivityPub.Utils.generate_activity_id(),