minor changes
[akkoma] / lib / mix / tasks / pleroma / digest.ex
index 8bde2d4f290bdd848db42a14302a90bf11c4fcdb..3595f912d622ab0dd54de666adb7a4ddad553d08 100644 (file)
@@ -7,8 +7,6 @@ defmodule Mix.Tasks.Pleroma.Digest do
 
   def run(["test", nickname | opts]) do
     Mix.Pleroma.start_pleroma()
-    Application.ensure_all_started(:timex)
-    Application.ensure_all_started(:swoosh)
 
     user = Pleroma.User.get_by_nickname(nickname)