summaryrefslogtreecommitdiff
path: root/test/web/activity_pub/object_validators/chat_validation_test.exs
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2020-09-22 13:37:02 -0500
committerAlex Gleason <alex@alexgleason.me>2020-09-22 13:37:02 -0500
commit3104367931bdd259752fb9e2b7a19ba42a72e614 (patch)
tree92d59fed02dded222d51e300269f8a742e4c9c05 /test/web/activity_pub/object_validators/chat_validation_test.exs
parentbf181ca96850f3e5baaf8f3dcd6e11b926fcdeeb (diff)
parent02f12ec6253093d8bedaf84d78d0f7e533745e1b (diff)
downloadpleroma-3104367931bdd259752fb9e2b7a19ba42a72e614.tar.gz
pleroma-3104367931bdd259752fb9e2b7a19ba42a72e614.zip
Merge remote-tracking branch 'upstream/develop' into email-fix-develop
Diffstat (limited to 'test/web/activity_pub/object_validators/chat_validation_test.exs')
-rw-r--r--test/web/activity_pub/object_validators/chat_validation_test.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/activity_pub/object_validators/chat_validation_test.exs b/test/web/activity_pub/object_validators/chat_validation_test.exs
index 50bf03515..16e4808e5 100644
--- a/test/web/activity_pub/object_validators/chat_validation_test.exs
+++ b/test/web/activity_pub/object_validators/chat_validation_test.exs
@@ -69,6 +69,7 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidators.ChatValidationTest do
assert {:ok, object, _meta} = ObjectValidator.validate(valid_chat_message, [])
assert Map.put(valid_chat_message, "attachment", nil) == object
+ assert match?(%{"firefox" => _}, object["emoji"])
end
test "validates for a basic object with an attachment", %{