summaryrefslogtreecommitdiff
path: root/test/web
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2018-07-19 07:35:34 +0000
committerlambda <pleromagit@rogerbraun.net>2018-07-19 07:35:34 +0000
commit41b0ecef959df0a1cda71e56e256cacebe48d56f (patch)
tree9855a5770e32678802a879c91daa045f76c9e834 /test/web
parent54963a63795f1d9f1eb44dc0976ead0434168a93 (diff)
parent7501481db4be56cf7b5babeeebeb7b96273ae4db (diff)
downloadpleroma-41b0ecef959df0a1cda71e56e256cacebe48d56f.tar.gz
pleroma-41b0ecef959df0a1cda71e56e256cacebe48d56f.zip
Merge branch 'tests/plume' into 'develop'
Articles/Notes with a actor list outside object See merge request pleroma/pleroma!252
Diffstat (limited to 'test/web')
-rw-r--r--test/web/activity_pub/activity_pub_test.exs9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/web/activity_pub/activity_pub_test.exs b/test/web/activity_pub/activity_pub_test.exs
index bc33b4dfc..90c0bd768 100644
--- a/test/web/activity_pub/activity_pub_test.exs
+++ b/test/web/activity_pub/activity_pub_test.exs
@@ -476,6 +476,15 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubTest do
end
end
+ test "it can fetch plume articles" do
+ {:ok, object} =
+ ActivityPub.fetch_object_from_id(
+ "https://baptiste.gelez.xyz/~/PlumeDevelopment/this-month-in-plume-june-2018/"
+ )
+
+ assert object
+ end
+
describe "update" do
test "it creates an update activity with the new user data" do
user = insert(:user)