diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-08-25 11:57:23 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-08-25 11:57:23 -0500 |
commit | 479578b148f28f311a7d20f6da99bbc0dab1652c (patch) | |
tree | 2b0e5bfe6bfa5c4b954b9442d4d2a1d4ad4bc8cf /test/web/activity_pub/transmogrifier/question_handling_test.exs | |
parent | 98f8851f29f940051656caa1715820bce70f8c29 (diff) | |
parent | 361aa22e2862c1c914baf8257fdc8b20cbc7941d (diff) | |
download | pleroma-479578b148f28f311a7d20f6da99bbc0dab1652c.tar.gz pleroma-479578b148f28f311a7d20f6da99bbc0dab1652c.zip |
Merge branch 'develop' into feld-2168-media-preview-proxy
Diffstat (limited to 'test/web/activity_pub/transmogrifier/question_handling_test.exs')
-rw-r--r-- | test/web/activity_pub/transmogrifier/question_handling_test.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/web/activity_pub/transmogrifier/question_handling_test.exs b/test/web/activity_pub/transmogrifier/question_handling_test.exs index 9fb965d7f..c82361828 100644 --- a/test/web/activity_pub/transmogrifier/question_handling_test.exs +++ b/test/web/activity_pub/transmogrifier/question_handling_test.exs @@ -24,6 +24,8 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier.QuestionHandlingTest do object = Object.normalize(activity, false) + assert object.data["url"] == "https://mastodon.sdf.org/@rinpatch/102070944809637304" + assert object.data["closed"] == "2019-05-11T09:03:36Z" assert object.data["context"] == activity.data["context"] |