diff --git a/apps/info_sys/test/test_helper.exs b/apps/info_sys/test/test_helper.exs index 869559e..6425722 100644 --- a/apps/info_sys/test/test_helper.exs +++ b/apps/info_sys/test/test_helper.exs @@ -1 +1,2 @@ +Code.require_file "../../info_sys/test/backends/http_client.exs", __DIR__ ExUnit.start()