summaryrefslogtreecommitdiff
path: root/test/web/activity_pub
diff options
context:
space:
mode:
authorHakaba Hitoyo <hakabahitoyo@example.com>2018-07-19 17:42:00 +0900
committerHakaba Hitoyo <hakabahitoyo@example.com>2018-07-19 17:42:00 +0900
commitcc9c062b553e20018e406dc605e6e504ad3134a6 (patch)
tree9cf2a1e19697ceefa99671980f42901e0025eaa0 /test/web/activity_pub
parentb12d17d2ce270e0d964f599efd4f16fba95b17ce (diff)
parent41b0ecef959df0a1cda71e56e256cacebe48d56f (diff)
downloadpleroma-cc9c062b553e20018e406dc605e6e504ad3134a6.tar.gz
pleroma-cc9c062b553e20018e406dc605e6e504ad3134a6.zip
merge
Diffstat (limited to 'test/web/activity_pub')
-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)