Merge remote-tracking branch 'upstream/develop' into feature/filter_exif
[akkoma] / test / web / activity_pub / activity_pub_test.exs
index bc33b4dfca49c1fd0362ac8b8603b99372c2b2a5..90c0bd7682158b4b4a27dca32027d84c99c46a47 100644 (file)
@@ -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)