Remote Timeline: add Streaming support
[akkoma] / test / web / activity_pub / transmogrifier / accept_handling_test.exs
index bc4cc227d96109f6e57bbe625d6dcd290e968af6..77d468f5c98351b00a58ebc4dc9f8532d7aa8d12 100644 (file)
@@ -82,7 +82,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier.AcceptHandlingTest do
     accept_data =
       Map.put(accept_data, "object", Map.put(accept_data["object"], "actor", follower.ap_id))
 
-    :error = Transmogrifier.handle_incoming(accept_data)
+    {:error, _} = Transmogrifier.handle_incoming(accept_data)
 
     follower = User.get_cached_by_id(follower.id)