From b31a934a804aed3f35442ceafe2080b0955e7317 Mon Sep 17 00:00:00 2001 From: dcc Date: Wed, 15 May 2024 00:57:23 -0700 Subject: total rebase --- test/pleroma/conversation_test.exs | 5 +++++ 1 file changed, 5 insertions(+) mode change 100755 => 100644 test/pleroma/conversation_test.exs (limited to 'test/pleroma/conversation_test.exs') diff --git a/test/pleroma/conversation_test.exs b/test/pleroma/conversation_test.exs old mode 100755 new mode 100644 index 94897e7..809c195 --- a/test/pleroma/conversation_test.exs +++ b/test/pleroma/conversation_test.exs @@ -13,6 +13,11 @@ defmodule Pleroma.ConversationTest do setup_all do: clear_config([:instance, :federating], true) + setup do + Mox.stub_with(Pleroma.UnstubbedConfigMock, Pleroma.Config) + :ok + end + test "it goes through old direct conversations" do user = insert(:user) other_user = insert(:user) -- cgit v1.2.3