Merge branch 'update_auto_linker' into 'develop'
[akkoma] / lib / pleroma / application.ex
index 69a8a576117ac46af5fc303b7c44ab7fe8538e5c..5627d20af969dbce9985c97aa86ff71e5cef46ba 100644 (file)
@@ -194,7 +194,7 @@ defmodule Pleroma.Application do
       end
   end
 
-  if Mix.env() == :test do
+  if Pleroma.Config.get(:env) == :test do
     defp streamer_child, do: []
     defp chat_child, do: []
   else