diff options
| author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-01-15 16:49:45 +0400 |
|---|---|---|
| committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-01-15 16:49:45 +0400 |
| commit | 3849053c6adbb4024e8fbe60e908cb141204f594 (patch) | |
| tree | 173a6a4283e37e90209da9f347d2954cf7be5e1a /test/object | |
| parent | 34d85f8a5473fe0f85e8a8e9e8f58e40b3964ba4 (diff) | |
| parent | 77412d5dd24a384f9be7d6bc6b1538415c584802 (diff) | |
| download | pleroma-3849053c6adbb4024e8fbe60e908cb141204f594.tar.gz pleroma-3849053c6adbb4024e8fbe60e908cb141204f594.zip | |
Merge branch 'develop' into notifications-from-account
Diffstat (limited to 'test/object')
| -rw-r--r-- | test/object/fetcher_test.exs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/object/fetcher_test.exs b/test/object/fetcher_test.exs index 9ae6b015d..2aad7a588 100644 --- a/test/object/fetcher_test.exs +++ b/test/object/fetcher_test.exs @@ -77,6 +77,15 @@ defmodule Pleroma.Object.FetcherTest do assert object end + test "it can fetch Mobilizon events" do + {:ok, object} = + Fetcher.fetch_object_from_id( + "https://mobilizon.org/events/252d5816-00a3-4a89-a66f-15bf65c33e39" + ) + + assert object + end + test "it can fetch wedistribute articles" do {:ok, object} = Fetcher.fetch_object_from_id("https://wedistribute.org/wp-json/pterotype/v1/object/85810") |
