From: Maxim Filippov Date: Tue, 23 Jul 2019 09:30:37 +0000 (+0300) Subject: remove pry X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=14ab2fd0f43f0f8338f685d2ea599479e1e103bf;p=akkoma remove pry --- 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(),