summaryrefslogtreecommitdiff
path: root/test/web/activity_pub
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-03-21 21:09:20 +0100
committerRoger Braun <roger@rogerbraun.net>2017-03-21 21:09:20 +0100
commit2db28df4cffa2ef43a84ac68caee6cef24cce19b (patch)
tree1ea577fe24c3c3a6a8140409401ea367baf1edee /test/web/activity_pub
parentb9d0e34506ed759dfe096242a62078940dc1a8bb (diff)
downloadpleroma-2db28df4cffa2ef43a84ac68caee6cef24cce19b.tar.gz
pleroma-2db28df4cffa2ef43a84ac68caee6cef24cce19b.zip
Add public timeline TwAPI.
Diffstat (limited to 'test/web/activity_pub')
-rw-r--r--test/web/activity_pub/activity_pub_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/activity_pub/activity_pub_test.exs b/test/web/activity_pub/activity_pub_test.exs
index 6f636d5d1..ba157f191 100644
--- a/test/web/activity_pub/activity_pub_test.exs
+++ b/test/web/activity_pub/activity_pub_test.exs
@@ -41,7 +41,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubTest do
since_id = List.last(activities).id
last_expected = List.last(later_activities)
- activities = ActivityPub.fetch_public_activities(%{since_id: since_id})
+ activities = ActivityPub.fetch_public_activities(%{"since_id" => since_id})
last = List.last(activities)
assert length(activities) == 10