projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c603f2
)
An act of desperation.
author
lain
<lain@soykaf.club>
Tue, 23 Jun 2020 09:03:32 +0000
(11:03 +0200)
committer
lain
<lain@soykaf.club>
Tue, 23 Jun 2020 09:03:32 +0000
(11:03 +0200)
test/web/activity_pub/activity_pub_controller_test.exs
patch
|
blob
|
history
diff --git
a/test/web/activity_pub/activity_pub_controller_test.exs
b/test/web/activity_pub/activity_pub_controller_test.exs
index e490a5744fc75dace9a97e5c9a622e46cad8fb68..6ea50fd9686375a405ac1cae9bf6ed35e47c732a 100644
(file)
--- a/
test/web/activity_pub/activity_pub_controller_test.exs
+++ b/
test/web/activity_pub/activity_pub_controller_test.exs
@@
-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