diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-07-23 12:30:37 +0300 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-07-23 12:30:37 +0300 |
commit | 14ab2fd0f43f0f8338f685d2ea599479e1e103bf (patch) | |
tree | 18ac3817a23c7c6b46bd6cb64e6c751b8d4d4735 | |
parent | 9570a5be405c4cf4f07907eab4ced21e07fa20c9 (diff) | |
download | pleroma-14ab2fd0f43f0f8338f685d2ea599479e1e103bf.tar.gz |
remove pry
-rw-r--r-- | test/support/factory.ex | 2 |
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(), |