diff options
author | Tristan Mahé <gled@remote-shell.net> | 2018-07-19 17:44:18 -0700 |
---|---|---|
committer | Tristan Mahé <gled@remote-shell.net> | 2018-07-19 17:44:18 -0700 |
commit | bc2668bb63aee2c42cdea48782ba5ef291c17b45 (patch) | |
tree | 838d334208c4dadf23b974181c0ad4c17b199f8c /test/web/activity_pub | |
parent | 5469fb9561bb886deb8434e545dfb711eb20f341 (diff) | |
parent | 41b0ecef959df0a1cda71e56e256cacebe48d56f (diff) | |
download | pleroma-bc2668bb63aee2c42cdea48782ba5ef291c17b45.tar.gz pleroma-bc2668bb63aee2c42cdea48782ba5ef291c17b45.zip |
Merge remote-tracking branch 'upstream/develop' into feature/filter_exif
Diffstat (limited to 'test/web/activity_pub')
-rw-r--r-- | test/web/activity_pub/activity_pub_test.exs | 9 |
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) |