projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9570a5b
)
remove pry
author
Maxim Filippov
<colixer@gmail.com>
Tue, 23 Jul 2019 09:30:37 +0000
(12:30 +0300)
committer
Maxim Filippov
<colixer@gmail.com>
Tue, 23 Jul 2019 09:30:37 +0000
(12:30 +0300)
test/support/factory.ex
patch
|
blob
|
history
diff --git
a/test/support/factory.ex
b/test/support/factory.ex
index 807b34545d73ad3ffef82e8fb2f646b7aabf1492..d02bd9212ccb74f969bf1bcfd486c22f7d2fef51 100644
(file)
--- 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(),