summaryrefslogtreecommitdiff
path: root/test/user_test.exs
diff options
context:
space:
mode:
authorMaxim Filippov <colixer@gmail.com>2018-12-25 03:00:06 +0300
committerMaxim Filippov <colixer@gmail.com>2018-12-25 03:00:06 +0300
commitf75f707f6cf07c66a23ddbbe80a9b782a1ecb6f8 (patch)
treedb1a1cea51435c207eb0effbf25860124389d0cf /test/user_test.exs
parent2bbec33c7112ede3f93a7d35e9d5f3ac5a31ce05 (diff)
downloadpleroma-f75f707f6cf07c66a23ddbbe80a9b782a1ecb6f8.tar.gz
pleroma-f75f707f6cf07c66a23ddbbe80a9b782a1ecb6f8.zip
Revert Activity tombstones, add ObjectTombstone struct
Diffstat (limited to 'test/user_test.exs')
-rw-r--r--test/user_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/user_test.exs b/test/user_test.exs
index f7a003c28..b4d8174c6 100644
--- a/test/user_test.exs
+++ b/test/user_test.exs
@@ -625,7 +625,7 @@ defmodule Pleroma.UserTest do
# TODO: Remove favorites, repeats, delete activities.
- assert Repo.get(Activity, activity.id).data["type"] == "Tombstone"
+ refute Repo.get(Activity, activity.id)
end
test "get_public_key_for_ap_id fetches a user that's not in the db" do