Add ability to follow hashtags (#336)
[akkoma] / test / pleroma / web / activity_pub / activity_pub_controller_test.exs
index 424b87b20ea0aa9e26e307cf81d5b9466b4c4daf..2008ebf04bc17c106205c0c05f3e196611ed122e 100644 (file)
@@ -33,7 +33,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubControllerTest do
   setup do: clear_config([:instance, :federating], true)
 
   describe "/relay" do
-    setup do: clear_config([:instance, :allow_relay])
+    setup do: clear_config([:instance, :allow_relay], true)
 
     test "with the relay active, it returns the relay user", %{conn: conn} do
       res =