projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e430a71
)
relay test: don't do preloading (since follow objects are activities, it's a mess)
author
William Pitcock
<nenolod@dereferenced.org>
Sat, 23 Mar 2019 01:23:02 +0000
(
01:23
+0000)
committer
William Pitcock
<nenolod@dereferenced.org>
Sat, 23 Mar 2019 01:23:02 +0000
(
01:23
+0000)
test/tasks/relay_test.exs
patch
|
blob
|
history
diff --git
a/test/tasks/relay_test.exs
b/test/tasks/relay_test.exs
index c9d90fa2e13adc77b1ac5c2555c3344c4fd330d4..535dc37565b8fe755e71a6da94629230fea1b8e3 100644
(file)
--- a/
test/tasks/relay_test.exs
+++ b/
test/tasks/relay_test.exs
@@
-60,7
+60,8
@@
defmodule Mix.Tasks.Pleroma.RelayTest do
ActivityPub.fetch_activities([], %{
"type" => "Undo",
"actor_id" => follower_id,
- "limit" => 1
+ "limit" => 1,
+ "skip_preload" => true
})
assert undo_activity.data["type"] == "Undo"