diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-12-01 23:03:03 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-12-04 04:52:09 +0000 |
commit | f0439617ef233c150bd3e9dff620b47cfb1f8895 (patch) | |
tree | e0c93f4bdba2875e96cb9308b6fc3ee8f2d89dba /test/object/containment_test.exs | |
parent | 7a57db0d3a18dbeb9fb3682b98f741ef6ba5f518 (diff) | |
download | pleroma-f0439617ef233c150bd3e9dff620b47cfb1f8895.tar.gz pleroma-f0439617ef233c150bd3e9dff620b47cfb1f8895.zip |
tests: some minor cleanups
Diffstat (limited to 'test/object/containment_test.exs')
-rw-r--r-- | test/object/containment_test.exs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/object/containment_test.exs b/test/object/containment_test.exs index fcedb2283..268675c86 100644 --- a/test/object/containment_test.exs +++ b/test/object/containment_test.exs @@ -55,12 +55,5 @@ defmodule Pleroma.Object.ContainmentTest do {:error, _} = User.get_or_fetch_by_ap_id("https://n1u.moe/users/rye") end - - test "all objects with fake directions are rejected by the object fetcher" do - {:error, _} = - ActivityPub.fetch_and_contain_remote_object_from_id( - "https://info.pleroma.site/activity4.json" - ) - end end end |