Resolve merge conflict
[akkoma] / test / web / ostatus / incoming_documents / delete_handling_test.exs
index 1e041e5b091b026260159e0a65193f21d1d54274..c8fbff6cc7741e3298185ca551d1dbee0eac1cec 100644 (file)
@@ -25,7 +25,7 @@ defmodule Pleroma.Web.OStatus.DeleteHandlingTest do
 
       refute Repo.get(Activity, note.id)
       refute Repo.get(Activity, like.id)
-      refute Object.get_by_ap_id(note.data["object"]["id"])
+      assert Object.get_by_ap_id(note.data["object"]["id"]).data["type"] == "Tombstone"
       assert Repo.get(Activity, second_note.id)
       assert Object.get_by_ap_id(second_note.data["object"]["id"])