summaryrefslogtreecommitdiff
path: root/test/web/feed
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-04-20 18:37:45 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-04-20 18:40:02 +0400
commit736fead494f6140871919308e872bb6fe5b7a196 (patch)
tree13d9a869a8c551e7d9bb1ad07ca87f7123d74544 /test/web/feed
parent163341857a726e8d74b6ddcd1230579e4c36a1b5 (diff)
parent28165dad3ac02a6d3ba4b0cda51992a1831515dd (diff)
downloadpleroma-736fead494f6140871919308e872bb6fe5b7a196.tar.gz
pleroma-736fead494f6140871919308e872bb6fe5b7a196.zip
Merge branch 'develop' into openapi/account
Diffstat (limited to 'test/web/feed')
-rw-r--r--test/web/feed/tag_controller_test.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/web/feed/tag_controller_test.exs b/test/web/feed/tag_controller_test.exs
index e863df86b..d95aac108 100644
--- a/test/web/feed/tag_controller_test.exs
+++ b/test/web/feed/tag_controller_test.exs
@@ -150,8 +150,8 @@ defmodule Pleroma.Web.Feed.TagControllerTest do
obj2 = Object.normalize(activity2)
assert xpath(xml, ~x"//channel/item/description/text()"sl) == [
- HtmlEntities.decode(FeedView.activity_content(obj2)),
- HtmlEntities.decode(FeedView.activity_content(obj1))
+ HtmlEntities.decode(FeedView.activity_content(obj2.data)),
+ HtmlEntities.decode(FeedView.activity_content(obj1.data))
]
response =