summaryrefslogtreecommitdiff
path: root/test/object
diff options
context:
space:
mode:
authorMaxim Filippov <colixer@gmail.com>2019-11-14 23:45:29 +0900
committerMaxim Filippov <colixer@gmail.com>2019-11-14 23:45:29 +0900
commit114930b5fd816657c21c5fbe33845fd3742c9c23 (patch)
tree8048239cc3562033dba47db9308159c25a177c18 /test/object
parent30af5da33043192dff626e869f2628ffc709f836 (diff)
parent09b4f7269e5307f29fc8ca7b548e93cd93836dc5 (diff)
downloadpleroma-114930b5fd816657c21c5fbe33845fd3742c9c23.tar.gz
pleroma-114930b5fd816657c21c5fbe33845fd3742c9c23.zip
Merge branch 'develop' into feature/admin-api-list-statuses-for-a-given-instance
Diffstat (limited to 'test/object')
-rw-r--r--test/object/containment_test.exs10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/object/containment_test.exs b/test/object/containment_test.exs
index 71fe5204c..7636803a6 100644
--- a/test/object/containment_test.exs
+++ b/test/object/containment_test.exs
@@ -17,6 +17,16 @@ defmodule Pleroma.Object.ContainmentTest do
end
describe "general origin containment" do
+ test "works for completely actorless posts" do
+ assert :error ==
+ Containment.contain_origin("https://glaceon.social/users/monorail", %{
+ "deleted" => "2019-10-30T05:48:50.249606Z",
+ "formerType" => "Note",
+ "id" => "https://glaceon.social/users/monorail/statuses/103049757364029187",
+ "type" => "Tombstone"
+ })
+ end
+
test "contain_origin_from_id() catches obvious spoofing attempts" do
data = %{
"id" => "http://example.com/~alyssa/activities/1234.json"