aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2022-01-28 17:53:19 -0600
committerAlex Gleason <alex@alexgleason.me>2022-01-28 17:53:19 -0600
commit4883b996adbbe89b2dc9e95d6dea724c1733ed82 (patch)
treed19e029d07e2a83ffb0190999dc5160f9f9f8e99 /test
parent108997b7644b400e7a3c7bd3f8f3f7e2bd42ecb2 (diff)
downloadpleroma-4883b996adbbe89b2dc9e95d6dea724c1733ed82.tar.gz
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 e63a05d52..388d59faf 100644
--- a/test/pleroma/web/activity_pub/transmogrifier_test.exs
+++ b/test/pleroma/web/activity_pub/transmogrifier_test.exs
@@ -336,7 +336,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