summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2022-01-28 17:53:19 -0600
committertusooa <tusooa@kazv.moe>2023-09-13 19:19:05 -0400
commit79fca39faf6d084eabb6be44a2263431943b8dd4 (patch)
treee723d1bdac7c0660d85e20bffd59da3cb70b538c /test
parent4075eecca0033e4487fa9d5d5bb75384597c3e79 (diff)
downloadpleroma-79fca39faf6d084eabb6be44a2263431943b8dd4.tar.gz
pleroma-79fca39faf6d084eabb6be44a2263431943b8dd4.zip
Actually, don't send _misskey_quote anymore
Diffstat (limited to 'test')
-rw-r--r--test/pleroma/web/activity_pub/transmogrifier_test.exs1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/pleroma/web/activity_pub/transmogrifier_test.exs b/test/pleroma/web/activity_pub/transmogrifier_test.exs
index 1838f96bb..4a192cdc0 100644
--- a/test/pleroma/web/activity_pub/transmogrifier_test.exs
+++ b/test/pleroma/web/activity_pub/transmogrifier_test.exs
@@ -385,7 +385,6 @@ defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do
assert modified["object"]["quoteUrl"] == quote_id
assert modified["object"]["quoteUri"] == quote_id
- assert modified["object"]["_misskey_quote"] == quote_id
end
end