Clean up tests output

stable
Egor Kislitsyn 5 years ago
parent cdfd02e904
commit f98235f2ad

@ -1922,7 +1922,10 @@ defmodule Pleroma.Web.AdminAPI.AdminAPIControllerTest do
temp_file = "config/test.exported_from_db.secret.exs"
Mix.shell(Mix.Shell.Quiet)
on_exit(fn ->
Mix.shell(Mix.Shell.IO)
:ok = File.rm(temp_file)
end)

Loading…
Cancel
Save