diff --git a/test/web/activity_pub/activity_pub_controller_test.exs b/test/web/activity_pub/activity_pub_controller_test.exs index 524ed9eaa..f22975f86 100644 --- a/test/web/activity_pub/activity_pub_controller_test.exs +++ b/test/web/activity_pub/activity_pub_controller_test.exs @@ -32,7 +32,6 @@ test "with the relay disabled, it returns 404", %{conn: conn} do |> Keyword.put(:allow_relay, true) Application.put_env(:pleroma, :instance, instance) - end end