X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=test%2Fconversation_test.exs;h=693427d800aa5ad803bb62909159256df2b1fa8a;hb=499d9405d502474f6ab42437d436561ea63920aa;hp=4e36494f80b23edf7123956b85c9b52d952505c8;hpb=90986667cedb20b316ae4e160729d78d692d0c0e;p=akkoma diff --git a/test/conversation_test.exs b/test/conversation_test.exs index 4e36494f8..693427d80 100644 --- a/test/conversation_test.exs +++ b/test/conversation_test.exs @@ -22,6 +22,8 @@ defmodule Pleroma.ConversationTest do {:ok, _activity} = CommonAPI.post(user, %{"visibility" => "direct", "status" => "hey @#{other_user.nickname}"}) + Pleroma.Tests.ObanHelpers.perform_all() + Repo.delete_all(Conversation) Repo.delete_all(Conversation.Participation)