X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fconversation_test.exs;h=4e36494f80b23edf7123956b85c9b52d952505c8;hb=222ac3bcbebe496ba8f0363adea40ef4fcf26886;hp=5903d10ff05b1ffd94b4d4594952a1b393283b6f;hpb=f168a1cbdc318ffaa2d8bc9fb561eb3dfdfb89d9;p=akkoma diff --git a/test/conversation_test.exs b/test/conversation_test.exs index 5903d10ff..4e36494f8 100644 --- a/test/conversation_test.exs +++ b/test/conversation_test.exs @@ -11,6 +11,10 @@ defmodule Pleroma.ConversationTest do import Pleroma.Factory + clear_config_all([:instance, :federating]) do + Pleroma.Config.put([:instance, :federating], true) + end + test "it goes through old direct conversations" do user = insert(:user) other_user = insert(:user)