An act of desperation.
authorlain <lain@soykaf.club>
Tue, 23 Jun 2020 09:03:32 +0000 (11:03 +0200)
committerlain <lain@soykaf.club>
Tue, 23 Jun 2020 09:03:32 +0000 (11:03 +0200)
test/web/activity_pub/activity_pub_controller_test.exs

index e490a5744fc75dace9a97e5c9a622e46cad8fb68..6ea50fd9686375a405ac1cae9bf6ed35e47c732a 100644 (file)
@@ -665,7 +665,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubControllerTest do
         |> post("/users/#{user.nickname}/inbox", data)
 
       assert "ok" == json_response(conn, 200)
-      ObanHelpers.perform(all_enqueued(worker: ReceiverWorker))
+      ObanHelpers.perform_all()
       %Activity{} = activity = Activity.get_by_ap_id(data["id"])
       assert "https://www.w3.org/ns/activitystreams#Public" in activity.recipients
     end