SideEffects.DeleteTest: asyncify.
authorlain <lain@soykaf.club>
Mon, 4 Jan 2021 17:40:59 +0000 (18:40 +0100)
committerlain <lain@soykaf.club>
Mon, 4 Jan 2021 17:40:59 +0000 (18:40 +0100)
commit8e5904daa59f9e7c85e1431605067b86506bcfc9
tree783545c89390abbb62d2769714b2ba25985932cb
parentafe9c152ab757237313cc15d97855ae39768ddc1
SideEffects.DeleteTest: asyncify.

Replace Mock with Mox, mock out Logger.
config/test.exs
lib/pleroma/logging.ex [new file with mode: 0644]
lib/pleroma/web/activity_pub/activity_pub.ex
lib/pleroma/web/activity_pub/activity_pub/streaming.ex [new file with mode: 0644]
lib/pleroma/web/activity_pub/side_effects.ex
test/pleroma/web/activity_pub/side_effects/delete_test.exs [new file with mode: 0644]
test/pleroma/web/activity_pub/side_effects_test.exs
test/support/conn_case.ex
test/support/data_case.ex
test/support/mocks.ex