diff options
author | lain <lain@soykaf.club> | 2020-07-06 11:27:06 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-07-06 11:27:06 +0200 |
commit | 74b88c0a8bb12c3d534c826d6d1547bc40fff634 (patch) | |
tree | 7764900ac5be30ccc40e6d18e5fe9989c880721c /test/web/common_api/common_api_test.exs | |
parent | ef4c16f6f19c0544ed22972c78195547b4cf3f5d (diff) | |
parent | 69f0b286f7b3e0518ac7ae54dfb06539dc179698 (diff) | |
download | pleroma-74b88c0a8bb12c3d534c826d6d1547bc40fff634.tar.gz pleroma-74b88c0a8bb12c3d534c826d6d1547bc40fff634.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into chat-federation-information
Diffstat (limited to 'test/web/common_api/common_api_test.exs')
-rw-r--r-- | test/web/common_api/common_api_test.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/web/common_api/common_api_test.exs b/test/web/common_api/common_api_test.exs index fc3bb845d..908ee5484 100644 --- a/test/web/common_api/common_api_test.exs +++ b/test/web/common_api/common_api_test.exs @@ -491,6 +491,7 @@ defmodule Pleroma.Web.CommonAPITest do object = Object.normalize(activity) assert object.data["content"] == "<p><b>2hu</b></p>alert('xss')" + assert object.data["source"] == post end test "it filters out obviously bad tags when accepting a post as Markdown" do @@ -507,6 +508,7 @@ defmodule Pleroma.Web.CommonAPITest do object = Object.normalize(activity) assert object.data["content"] == "<p><b>2hu</b></p>alert('xss')" + assert object.data["source"] == post end test "it does not allow replies to direct messages that are not direct messages themselves" do |