remove ap_id test -- the element makes the feed break

This commit is contained in:
faried nawaz 2022-11-15 23:42:12 +05:00
parent 3f63caee2a
commit f597b1b3e6
No known key found for this signature in database
GPG Key ID: C8EBC3669D3539B4
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ defmodule Pleroma.Web.Feed.TagControllerTest do
]
assert xpath(xml, ~x"//feed/entry/author/name/text()"ls) == [user.nickname, user.nickname]
assert xpath(xml, ~x"//feed/entry/author/id/text()"ls) == [user.ap_id, user.ap_id]
conn =
conn