diff options
| author | Mark Felder <feld@FreeBSD.org> | 2020-08-07 14:55:22 -0500 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2020-08-07 14:55:22 -0500 |
| commit | 54e2af829377b3f21823548e5612bbbb41550432 (patch) | |
| tree | 0ad164ee09bba1a82560d192d71d14033f70b195 /test/object | |
| parent | 474147a67a89f8bd92186dbda93d78d8e2045d52 (diff) | |
| parent | 39ca4a23c6c4a6cac9b277b8473ab9040a250e68 (diff) | |
| download | pleroma-54e2af829377b3f21823548e5612bbbb41550432.tar.gz pleroma-54e2af829377b3f21823548e5612bbbb41550432.zip | |
Merge branch 'develop' into fix/ldap-auth-issues
Diffstat (limited to 'test/object')
| -rw-r--r-- | test/object/fetcher_test.exs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/object/fetcher_test.exs b/test/object/fetcher_test.exs index d9098ea1b..16cfa7f5c 100644 --- a/test/object/fetcher_test.exs +++ b/test/object/fetcher_test.exs @@ -177,6 +177,13 @@ defmodule Pleroma.Object.FetcherTest do "https://mastodon.example.org/users/userisgone404" ) end + + test "it can fetch pleroma polls with attachments" do + {:ok, object} = + Fetcher.fetch_object_from_id("https://patch.cx/objects/tesla_mock/poll_attachment") + + assert object + end end describe "pruning" do |
